EncodeSendParams: {
    abi: any;
    functionArgs: any[];
    functionName: string;
} & TransactionParams

Name

EncodeSendParams

Description

Parameters for Encoding and Sending Data for a more generalized send option

Param

ABI of smart contract. Generally passed in as a JSON array

Param

Name of the matching function in the ABI*

Param

functionArgs passed into send function