interface CallContractOptions {
    abiVersion?: AbiVersion;
    amount?: number | BigNumber;
    callData?: `cb_${string}`;
    contract?: `ct_${string}`;
}

Hierarchy (view full)

Properties

abiVersion?: AbiVersion

Version of the ABI

amount?: number | BigNumber

Amount the caller of the contract commits to it

callData?: `cb_${string}`

ABI encoded compiled AEVM call data for the code

contract?: `ct_${string}`

Address of the contract to call

Generated using TypeDoc