Interface TxUnpackedChannelOffChainUpdateTransfer1

interface TxUnpackedChannelOffChainUpdateTransfer1 {
    amount: string;
    from: `ak_${string}`;
    tag: ChannelOffChainUpdateTransfer;
    to: `ak_${string}`;
    version: 1;
}

Hierarchy (view full)

Properties

Properties

amount: string = uInt
from: `ak_${string}` = ...
to: `ak_${string}` = ...
version: 1 = ...

Generated using TypeDoc