Interface QuerySmartContractStateRequestAmino

QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method

interface QuerySmartContractStateRequestAmino {
    address?: string;
    query_data?: any;
}

Properties

address?: string

address is the address of the contract

query_data?: any

QueryData contains the query data passed to the contract