interface OutputObject {
    blockNumberMod: bigint;
    channelId: string;
    escrowAmount: bigint;
    toAccount: string;
    units: bigint;
}

Properties

blockNumberMod: bigint
channelId: string
escrowAmount: bigint
toAccount: string
units: bigint