@sodazone/ocelloids-client - v3.0.0
    Preparing search index...

    Type Alias XcmAssetWithMetadata

    type XcmAssetWithMetadata = {
        amount: bigint;
        decimals?: number;
        id: string;
        role?: AssetRole;
        sequence?: number;
        symbol?: string;
    }
    Index

    Properties

    amount: bigint
    decimals?: number
    id: string
    role?: AssetRole
    sequence?: number
    symbol?: string