Interface QueryContractHistoryResponseSDKType

QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method

interface QueryContractHistoryResponseSDKType {
    entries: ContractCodeHistoryEntrySDKType[];
    pagination?: PageResponseSDKType;
}

Properties

Properties

pagination?: PageResponseSDKType