pTokenAssetConfig: {
    assetInfo: AssetInfo;
    node: pTokensNode;
    symbol: string;
    weight?: number;
}

Type declaration

  • assetInfo: AssetInfo

    An AssetInfo object containing asset technical details.

  • node: pTokensNode

    A pTokensNode to interact with the pNetwork.

  • symbol: string

    The token symbol.

  • Optional weight?: number

    The asset weight during the swap. Defaults to 1. Actually it is not supported.

Generated using TypeDoc