interface TxParamsNameRevokeTx1 {
    _canIncreaseFee?: boolean;
    accountId: `ak_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    nameId: `${string}.chain` | `nm_${string}`;
    nonce: number;
    tag: NameRevokeTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
accountId: `ak_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
nameId: `${string}.chain` | `nm_${string}`
nonce: number = ...
tag: NameRevokeTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc