Type alias PoolJoinWithExactPoolAmount

PoolJoinWithExactPoolAmount: {
    asset: ZeitgeistPrimitivesAsset | AssetId | Uint8Array;
    maxAssetAmount: string | u128 | number | Uint8Array;
    poolAmount: string | u128 | number | Uint8Array;
    poolId: string | u128 | number | Uint8Array;
    signer: KeyringPairOrExtSigner;
}

Type declaration

  • asset: ZeitgeistPrimitivesAsset | AssetId | Uint8Array
  • maxAssetAmount: string | u128 | number | Uint8Array
  • poolAmount: string | u128 | number | Uint8Array
  • poolId: string | u128 | number | Uint8Array
  • signer: KeyringPairOrExtSigner

Generated using TypeDoc