QueryDenomsMetadataResponse is the response type for the Query/DenomsMetadata RPC method.

interface QueryDenomsMetadataResponse {
    metadatas: Metadata[];
    pagination?: PageResponse;
}

Properties

metadatas: Metadata[]

metadata provides the client information for all the registered tokens.

pagination?: PageResponse

pagination defines the pagination in the response.