interface TxUnpackedChannelDepositTx1 {
    amount: string;
    channelId: `ch_${string}`;
    fee: string;
    fromId: `ak_${string}`;
    nonce: number;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelDepositTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

amount: string = uInt
channelId: `ch_${string}` = ...
fee: string
fromId: `ak_${string}` = ...
nonce: number = ...
round: number = shortUInt
stateHash: `st_${string}` = ...
tag: ChannelDepositTx = ...
ttl: number
version: 1 = ...

Generated using TypeDoc