Interface TxUnpackedChannelSnapshotSoloTx1

interface TxUnpackedChannelSnapshotSoloTx1 {
    channelId: `ch_${string}`;
    fee: string;
    fromId: `ak_${string}`;
    nonce: number;
    payload: `tx_${string}`;
    tag: ChannelSnapshotSoloTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

channelId: `ch_${string}` = ...
fee: string
fromId: `ak_${string}` = ...
nonce: number = ...
payload: `tx_${string}` = ...
ttl: number
version: 1 = ...

Generated using TypeDoc