QueryAllContractStateResponse is the response type for the Query/AllContractState RPC method

interface QueryAllContractStateResponse {
    models: Model[];
    pagination?: PageResponse;
}

Properties

Properties

models: Model[]
pagination?: PageResponse

pagination defines the pagination in the response.