Type Alias: BaseCallArgs
type BaseCallArgs: object;
The args for performing a call to a smart contract.
Type declaration
feeCredit?
optional feeCredit: bigint;
flags?
optional flags: string[];
from?
optional from: Address;
to
to: Address;
value?
optional value: bigint;
Export
Defined
@nilfoundation/niljs/src/types/CallArgs.ts:11