Interface QueryRawContractStateRequestAmino

QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method

interface QueryRawContractStateRequestAmino {
    address?: string;
    query_data?: string;
}

Properties

address?: string

address is the address of the contract

query_data?: string