@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface CurrencyDefinition

    interface CurrencyDefinition {
        code: string;
        decimals?: number;
        metadata?: Record<string, unknown>;
        name?: string;
        network?: string;
        symbol?: string;
    }
    Index

    Properties

    code: string
    decimals?: number
    metadata?: Record<string, unknown>
    name?: string
    network?: string
    symbol?: string