QueryDenomsMetadataRequest is the request type for the Query/DenomsMetadata RPC method.

interface QueryDenomsMetadataRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.