- Preparing search index...
- The search index is not available
sdk-v2
Type alias PoolJoinWithExactAmountParams
Pool
JoinWithExactAmountParams: {
assetAmount: string | u128 | number | Uint8Array;
assetIn: ZeitgeistPrimitivesAsset | AssetId | Uint8Array;
minPoolAmount: string | u128 | number | Uint8Array;
poolId: string | u128 | number | Uint8Array;
signer: KeyringPairOrExtSigner;
}
Type declaration
-
assetAmount: string | u128 | number | Uint8Array
-
assetIn: ZeitgeistPrimitivesAsset | AssetId | Uint8Array
-
minPoolAmount: string | u128 | number | Uint8Array
-
poolId: string | u128 | number | Uint8Array
-
signer: KeyringPairOrExtSigner