pub type PatronPaysIcrc2Cycles = Account;
pub struct PatronPaysIcrc2Cycles { pub owner: Principal, pub subaccount: Option<ByteBuf>, }
owner: Principal
subaccount: Option<ByteBuf>