Export

Interface

FungibleTokenMetadata

Hierarchy

  • FungibleTokenMetadata

Properties

decimals: number

The number of decimal places in a token.

Memberof

FungibleTokenMetadata

description: string

Describes the asset to which this token represents

Memberof

FungibleTokenMetadata

image_canonical_uri: string

The original image URI specified by the contract. A URI pointing to a resource with mime type image/* representing the asset to which this token represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive.

Memberof

FungibleTokenMetadata

image_uri: string

A URI pointing to a resource with mime type image/* representing the asset to which this token represents. The API may provide a URI to a cached resource, dependending on configuration. Otherwise, this can be the same value as the canonical image URI.

Memberof

FungibleTokenMetadata

name: string

Identifies the asset to which this token represents

Memberof

FungibleTokenMetadata

sender_address: string

principle that deployed the contract

Memberof

FungibleTokenMetadata

symbol: string

A shorter representation of a token. This is sometimes referred to as a "ticker". Examples: "STX", "COOL", etc. Typically, a token could be referred to as $SYMBOL when referencing it in writing.

Memberof

FungibleTokenMetadata

token_uri: string

An optional string that is a valid URI which resolves to this token's metadata. Can be empty.

Memberof

FungibleTokenMetadata

tx_id: string

Tx id that deployed the contract

Memberof

FungibleTokenMetadata

Generated using TypeDoc