use whisky_common::data::{ByteString, Constr0, Credential, Int, PlutusDataJson};
use whisky_macros::ImplConstr;
#[derive(Clone, Debug, ImplConstr)]
pub struct OutputReference(pub Constr0<Box<(ByteString, Int)>>);
#[derive(Clone, Debug, ImplConstr)]
pub struct Account(pub Constr0<Box<(ByteString, Credential, Credential)>>);