AssetInfo: {
    chainId: string;
    decimals?: number;
    fees: AssetFees;
    identity?: string;
    isNative: boolean;
    tokenAddress: string;
    tokenReference: string;
    vaultAddress?: string;
}

Type declaration

  • chainId: string

    The chain ID of the asset's blockchain.

  • Optional decimals?: number

    Token's decimals.

  • fees: AssetFees

    Token-related fees.

  • Optional identity?: string

    pNetwork enclave address.

  • isNative: boolean

    Boolean indicating if the asset is native in the blockchain.

  • tokenAddress: string

    Token smart contract address.

  • tokenReference: string

    Internal reference which uniquely identifies the asset within the pNetwork.

  • Optional vaultAddress?: string

    Vault address where tokens shall be transferred for pegging in.

Generated using TypeDoc