interface TxParamsContractCreateTx1 {
    _canIncreaseFee?: 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;
    ownerId: `ak_${string}`;
    tag: ContractCreateTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: 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 = ...
ownerId: `ak_${string}` = ...
tag: ContractCreateTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc