Interface QueryRawContractStateResponseAmino

QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method

interface QueryRawContractStateResponseAmino {
    data?: string;
}

Properties

Properties

data?: string

Data contains the raw store data