interface OutputObject {
    channelId: string;
    fromAmount: bigint;
    fromVault: string;
    sourceBlockNumberMod: bigint;
    toAccount: string;
    toAmount: bigint;
    units: bigint;
}

Properties

channelId: string
fromAmount: bigint
fromVault: string
sourceBlockNumberMod: bigint
toAccount: string
toAmount: bigint
units: bigint