Interface TxUnpackedChannelWithdrawTx1

interface TxUnpackedChannelWithdrawTx1 {
    amount: string;
    channelId: `ch_${string}`;
    fee: string;
    nonce: number;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelWithdrawTx;
    toId: `ak_${string}`;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

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

Generated using TypeDoc