interface ReadContractRequest {
    functionArgs?: string[];
    functionName: string;
    id: string;
}

Hierarchy (view full)

Properties

functionArgs?: string[]

The function arguments of the contract, in string format. Accepts pla_, con_ and acc_ IDs.

functionName: string

The function name of the contract.

id: string