Skip to main content

Type Alias: CallArgs

type CallArgs: XOR<DataCallArgs, AbiCallArgs>;

The args for performing either a call with embedded data or a call with a specific ABI and function name.

Export

Defined

@nilfoundation/niljs/src/types/CallArgs.ts:47