Interface QueryDenomsMetadataResponseAmino

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

interface QueryDenomsMetadataResponseAmino {
    metadatas?: MetadataAmino[];
    pagination?: PageResponseAmino;
}

Properties

metadatas?: MetadataAmino[]

metadata provides the client information for all the registered tokens.

pagination?: PageResponseAmino

pagination defines the pagination in the response.