interface TxParamsChannelCloseSoloTx1 {
    _canIncreaseFee?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: `ak_${string}`;
    nonce: number;
    payload: `tx_${string}`;
    poi: Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......);
    tag: ChannelCloseSoloTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
fromId: `ak_${string}` = ...
nonce: number = ...
payload: `tx_${string}` = ...
poi: Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......) = entryTreesPoi
ttl: undefined | number
version?: 1

Generated using TypeDoc