Interface QueryAllContractStateResponseSDKType

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

interface QueryAllContractStateResponseSDKType {
    models: ModelSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

Properties

models: ModelSDKType[]
pagination?: PageResponseSDKType