Interface TxParamsAsyncContractCreateTx1

interface TxParamsAsyncContractCreateTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    amount?: Int;
    callData: `cb_${string}`;
    code: `cb_${string}`;
    consensusProtocolVersion?: ConsensusProtocolVersion;
    ctVersion: undefined | CtVersion;
    denomination?: AE_AMOUNT_FORMATS;
    deposit?: Int;
    fee: undefined | Int;
    gasLimit: undefined | number;
    gasMax?: number;
    gasPrice: undefined | Int;
    nonce?: number;
    onNode?: Node;
    ownerId: `ak_${string}`;
    strategy?: NextNonceStrategy;
    tag: ContractCreateTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
absoluteTtl?: boolean
amount?: Int = coinAmount
callData: `cb_${string}` = ...
code: `cb_${string}` = ...
consensusProtocolVersion?: ConsensusProtocolVersion
ctVersion: undefined | CtVersion
denomination?: AE_AMOUNT_FORMATS
deposit?: Int = ...
fee: undefined | Int
gasLimit: undefined | number
gasMax?: number
gasPrice: undefined | Int
nonce?: number = ...
onNode?: Node
ownerId: `ak_${string}` = ...
tag: ContractCreateTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc