Interface QueryContractHistoryRequestAmino

QueryContractHistoryRequest is the request type for the Query/ContractHistory RPC method

interface QueryContractHistoryRequestAmino {
    address?: string;
    pagination?: PageRequestAmino;
}

Properties

address?: string

address is the address of the contract to query

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.