ao-js-sdk - v0.4.0
    Preparing search index...

    Interface TokenConfig

    Configuration for a token including metadata and identification.

    interface TokenConfig {
        denomination?: number;
        logoTxId?: string;
        name?: string;
        tokenProcessId?: string;
    }
    Index

    Properties

    denomination?: number

    Process ID of the token.

    logoTxId?: string

    Transaction ID for the token's logo image.

    name?: string

    Display name of the token.

    tokenProcessId?: string

    Process ID of the token.