Skip to content

Commit

Permalink
Merge pull request #25 from ShanshanLi-cobo/master
Browse files Browse the repository at this point in the history
release v1.7.0
  • Loading branch information
zhangjun725 authored Dec 18, 2024
2 parents 8ae9d8c + 5efa2b3 commit 668edef
Show file tree
Hide file tree
Showing 118 changed files with 2,544 additions and 439 deletions.
29 changes: 26 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docs/ApiLogDetails.md
docs/ApiLogSummary.md
docs/AssetBalance.md
docs/AssetInfo.md
docs/AutoFuelType.md
docs/BabylonStakeEstimatedFee.md
docs/BabylonStakeExtra.md
docs/BabylonStakingExtra.md
Expand All @@ -45,7 +46,11 @@ docs/ContractCallDestinationType.md
docs/ContractCallParams.md
docs/ContractCallSource.md
docs/ContractCallSourceType.md
docs/CoreStakeExtra.md
docs/CoreStakingExtra.md
docs/CreateAddressRequest.md
docs/CreateClaimActivity.md
docs/CreateClaimActivityRequest.md
docs/CreateCustodialWalletParams.md
docs/CreateExchangeWalletParams.md
docs/CreateKeyShareHolder.md
Expand Down Expand Up @@ -80,6 +85,7 @@ docs/EigenLayerLstStakeExtra.md
docs/EigenLayerNativeStakeExtra.md
docs/EigenlayerValidator.md
docs/ErrorResponse.md
docs/EstimateClaimFee.md
docs/EstimateContractCallFeeParams.md
docs/EstimateFeeParams.md
docs/EstimateFeeRequestType.md
Expand All @@ -98,6 +104,7 @@ docs/EstimatedUtxoFeeSlow.md
docs/EthStakeEstimatedFee.md
docs/EthStakeExtra.md
docs/EthStakingExtra.md
docs/EthStakingExtraAllOfBeaconValidators.md
docs/EthUnstakeExtra.md
docs/EvmContractCallDestination.md
docs/EvmEIP191MessageSignDestination.md
Expand Down Expand Up @@ -194,12 +201,12 @@ docs/SmartContractWalletOperationType.md
docs/SmartContractWalletType.md
docs/SourceGroup.md
docs/StakeSourceType.md
docs/StakingPoolId.md
docs/StakingPoolType.md
docs/StakingSource.md
docs/Stakings.md
docs/StakingsApi.md
docs/StakingsExtra.md
docs/StakingsValidatorInfo.md
docs/SubWalletAssetBalance.md
docs/TSSGroups.md
docs/TSSRequest.md
Expand Down Expand Up @@ -320,6 +327,8 @@ src/api/WalletsExchangeWalletApi.js
src/api/WalletsMPCWalletsApi.js
src/api/WalletsSmartContractWalletsApi.js
src/crypto/ApiSigner.js
src/crypto/Ed25519Signer.js
src/crypto/Secp256k1Signer.js
src/index.js
src/model/Activity.js
src/model/ActivityAction.js
Expand All @@ -339,6 +348,7 @@ src/model/ApiLogDetails.js
src/model/ApiLogSummary.js
src/model/AssetBalance.js
src/model/AssetInfo.js
src/model/AutoFuelType.js
src/model/BabylonStakeEstimatedFee.js
src/model/BabylonStakeExtra.js
src/model/BabylonStakingExtra.js
Expand All @@ -361,7 +371,11 @@ src/model/ContractCallDestinationType.js
src/model/ContractCallParams.js
src/model/ContractCallSource.js
src/model/ContractCallSourceType.js
src/model/CoreStakeExtra.js
src/model/CoreStakingExtra.js
src/model/CreateAddressRequest.js
src/model/CreateClaimActivity.js
src/model/CreateClaimActivityRequest.js
src/model/CreateCustodialWalletParams.js
src/model/CreateExchangeWalletParams.js
src/model/CreateKeyShareHolder.js
Expand Down Expand Up @@ -394,6 +408,7 @@ src/model/EigenLayerLstStakeExtra.js
src/model/EigenLayerNativeStakeExtra.js
src/model/EigenlayerValidator.js
src/model/ErrorResponse.js
src/model/EstimateClaimFee.js
src/model/EstimateContractCallFeeParams.js
src/model/EstimateFeeParams.js
src/model/EstimateFeeRequestType.js
Expand All @@ -412,6 +427,7 @@ src/model/EstimatedUtxoFeeSlow.js
src/model/EthStakeEstimatedFee.js
src/model/EthStakeExtra.js
src/model/EthStakingExtra.js
src/model/EthStakingExtraAllOfBeaconValidators.js
src/model/EthUnstakeExtra.js
src/model/EvmContractCallDestination.js
src/model/EvmEIP191MessageSignDestination.js
Expand Down Expand Up @@ -507,11 +523,11 @@ src/model/SmartContractWalletOperationType.js
src/model/SmartContractWalletType.js
src/model/SourceGroup.js
src/model/StakeSourceType.js
src/model/StakingPoolId.js
src/model/StakingPoolType.js
src/model/StakingSource.js
src/model/Stakings.js
src/model/StakingsExtra.js
src/model/StakingsValidatorInfo.js
src/model/SubWalletAssetBalance.js
src/model/TSSGroups.js
src/model/TSSRequest.js
Expand Down Expand Up @@ -637,6 +653,7 @@ test/model/ApiLogDetails.spec.js
test/model/ApiLogSummary.spec.js
test/model/AssetBalance.spec.js
test/model/AssetInfo.spec.js
test/model/AutoFuelType.spec.js
test/model/BabylonStakeEstimatedFee.spec.js
test/model/BabylonStakeExtra.spec.js
test/model/BabylonStakingExtra.spec.js
Expand All @@ -659,7 +676,11 @@ test/model/ContractCallDestinationType.spec.js
test/model/ContractCallParams.spec.js
test/model/ContractCallSource.spec.js
test/model/ContractCallSourceType.spec.js
test/model/CoreStakeExtra.spec.js
test/model/CoreStakingExtra.spec.js
test/model/CreateAddressRequest.spec.js
test/model/CreateClaimActivity.spec.js
test/model/CreateClaimActivityRequest.spec.js
test/model/CreateCustodialWalletParams.spec.js
test/model/CreateExchangeWalletParams.spec.js
test/model/CreateKeyShareHolder.spec.js
Expand Down Expand Up @@ -692,6 +713,7 @@ test/model/EigenLayerLstStakeExtra.spec.js
test/model/EigenLayerNativeStakeExtra.spec.js
test/model/EigenlayerValidator.spec.js
test/model/ErrorResponse.spec.js
test/model/EstimateClaimFee.spec.js
test/model/EstimateContractCallFeeParams.spec.js
test/model/EstimateFeeParams.spec.js
test/model/EstimateFeeRequestType.spec.js
Expand All @@ -710,6 +732,7 @@ test/model/EstimatedUtxoFeeSlow.spec.js
test/model/EthStakeEstimatedFee.spec.js
test/model/EthStakeExtra.spec.js
test/model/EthStakingExtra.spec.js
test/model/EthStakingExtraAllOfBeaconValidators.spec.js
test/model/EthUnstakeExtra.spec.js
test/model/EvmContractCallDestination.spec.js
test/model/EvmEIP191MessageSignDestination.spec.js
Expand Down Expand Up @@ -805,11 +828,11 @@ test/model/SmartContractWalletOperationType.spec.js
test/model/SmartContractWalletType.spec.js
test/model/SourceGroup.spec.js
test/model/StakeSourceType.spec.js
test/model/StakingPoolId.spec.js
test/model/StakingPoolType.spec.js
test/model/StakingSource.spec.js
test/model/Stakings.spec.js
test/model/StakingsExtra.spec.js
test/model/StakingsValidatorInfo.spec.js
test/model/SubWalletAssetBalance.spec.js
test/model/TSSGroups.spec.js
test/model/TSSRequest.spec.js
Expand Down
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more information about the WaaS 2.0 API, see [Introduction to WaaS 2.0](/v2/
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v2
- Package version: 1.6.0
- Package version: 1.7.0
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [https://www.cobo.com/waas](https://www.cobo.com/waas)
Expand All @@ -36,7 +36,13 @@ const CoboWaas2 = require('@cobo/cobo-waas2');
const apiClient = CoboWaas2.ApiClient.instance
// for dev env
// apiClient.setEnv(CoboWaas2.Env.DEV);

// by default, ed25519 is used
apiClient.setPrivateKey("<YOUR_API_PRIVATE_KEY_IN_HEX>");

// or secp256k1
// apiClient.setPrivateKey("<YOUR_API_PRIVATE_KEY_IN_HEX>", "SECP256K1");

// call api
const apiInstance = new CoboWaas2.WalletsApi();
const opts = {
Expand Down Expand Up @@ -75,12 +81,14 @@ Class | Method | HTTP request | Description
*CoboWaas2.DevelopersWebhooksApi* | [**updateWebhookEndpointById**](docs/DevelopersWebhooksApi.md#updateWebhookEndpointById) | **PUT** /webhooks/endpoints/{endpoint_id} | Update webhook endpoint
*CoboWaas2.OAuthApi* | [**getToken**](docs/OAuthApi.md#getToken) | **GET** /oauth/token | Get Org Access Token
*CoboWaas2.OAuthApi* | [**refreshToken**](docs/OAuthApi.md#refreshToken) | **POST** /oauth/token | Refresh Org Access Token
*CoboWaas2.StakingsApi* | [**createClaimActivity**](docs/StakingsApi.md#createClaimActivity) | **POST** /stakings/activities/claim | Create claim activity
*CoboWaas2.StakingsApi* | [**createStakeActivity**](docs/StakingsApi.md#createStakeActivity) | **POST** /stakings/activities/stake | Create stake activity
*CoboWaas2.StakingsApi* | [**createUnstakeActivity**](docs/StakingsApi.md#createUnstakeActivity) | **POST** /stakings/activities/unstake | Create unstake activity
*CoboWaas2.StakingsApi* | [**createWithdrawActivity**](docs/StakingsApi.md#createWithdrawActivity) | **POST** /stakings/activities/withdraw | Create withdraw activity
*CoboWaas2.StakingsApi* | [**getStakingActivityById**](docs/StakingsApi.md#getStakingActivityById) | **GET** /stakings/activities/{activity_id} | Get staking activity details
*CoboWaas2.StakingsApi* | [**getStakingById**](docs/StakingsApi.md#getStakingById) | **GET** /stakings/{staking_id} | Get staking position details
*CoboWaas2.StakingsApi* | [**getStakingEstimationFee**](docs/StakingsApi.md#getStakingEstimationFee) | **POST** /stakings/estimate_fee | Estimate staking fees
*CoboWaas2.StakingsApi* | [**getStakingEstimationFeeV2**](docs/StakingsApi.md#getStakingEstimationFeeV2) | **POST** /stakings/estimate_fee_v2 | Estimate staking fees
*CoboWaas2.StakingsApi* | [**getStakingPoolById**](docs/StakingsApi.md#getStakingPoolById) | **GET** /stakings/pools/{pool_id} | Get staking pool details
*CoboWaas2.StakingsApi* | [**listStakingActivities**](docs/StakingsApi.md#listStakingActivities) | **GET** /stakings/activities | List staking activities
*CoboWaas2.StakingsApi* | [**listStakingPools**](docs/StakingsApi.md#listStakingPools) | **GET** /stakings/pools | List staking pools
Expand Down Expand Up @@ -164,6 +172,7 @@ Class | Method | HTTP request | Description
- [CoboWaas2.ApiLogSummary](docs/ApiLogSummary.md)
- [CoboWaas2.AssetBalance](docs/AssetBalance.md)
- [CoboWaas2.AssetInfo](docs/AssetInfo.md)
- [CoboWaas2.AutoFuelType](docs/AutoFuelType.md)
- [CoboWaas2.BabylonStakeEstimatedFee](docs/BabylonStakeEstimatedFee.md)
- [CoboWaas2.BabylonStakeExtra](docs/BabylonStakeExtra.md)
- [CoboWaas2.BabylonStakingExtra](docs/BabylonStakingExtra.md)
Expand All @@ -186,7 +195,11 @@ Class | Method | HTTP request | Description
- [CoboWaas2.ContractCallParams](docs/ContractCallParams.md)
- [CoboWaas2.ContractCallSource](docs/ContractCallSource.md)
- [CoboWaas2.ContractCallSourceType](docs/ContractCallSourceType.md)
- [CoboWaas2.CoreStakeExtra](docs/CoreStakeExtra.md)
- [CoboWaas2.CoreStakingExtra](docs/CoreStakingExtra.md)
- [CoboWaas2.CreateAddressRequest](docs/CreateAddressRequest.md)
- [CoboWaas2.CreateClaimActivity](docs/CreateClaimActivity.md)
- [CoboWaas2.CreateClaimActivityRequest](docs/CreateClaimActivityRequest.md)
- [CoboWaas2.CreateCustodialWalletParams](docs/CreateCustodialWalletParams.md)
- [CoboWaas2.CreateExchangeWalletParams](docs/CreateExchangeWalletParams.md)
- [CoboWaas2.CreateKeyShareHolder](docs/CreateKeyShareHolder.md)
Expand Down Expand Up @@ -219,6 +232,7 @@ Class | Method | HTTP request | Description
- [CoboWaas2.EigenLayerNativeStakeExtra](docs/EigenLayerNativeStakeExtra.md)
- [CoboWaas2.EigenlayerValidator](docs/EigenlayerValidator.md)
- [CoboWaas2.ErrorResponse](docs/ErrorResponse.md)
- [CoboWaas2.EstimateClaimFee](docs/EstimateClaimFee.md)
- [CoboWaas2.EstimateContractCallFeeParams](docs/EstimateContractCallFeeParams.md)
- [CoboWaas2.EstimateFeeParams](docs/EstimateFeeParams.md)
- [CoboWaas2.EstimateFeeRequestType](docs/EstimateFeeRequestType.md)
Expand All @@ -237,6 +251,7 @@ Class | Method | HTTP request | Description
- [CoboWaas2.EthStakeEstimatedFee](docs/EthStakeEstimatedFee.md)
- [CoboWaas2.EthStakeExtra](docs/EthStakeExtra.md)
- [CoboWaas2.EthStakingExtra](docs/EthStakingExtra.md)
- [CoboWaas2.EthStakingExtraAllOfBeaconValidators](docs/EthStakingExtraAllOfBeaconValidators.md)
- [CoboWaas2.EthUnstakeExtra](docs/EthUnstakeExtra.md)
- [CoboWaas2.EvmContractCallDestination](docs/EvmContractCallDestination.md)
- [CoboWaas2.EvmEIP191MessageSignDestination](docs/EvmEIP191MessageSignDestination.md)
Expand Down Expand Up @@ -332,11 +347,11 @@ Class | Method | HTTP request | Description
- [CoboWaas2.SmartContractWalletType](docs/SmartContractWalletType.md)
- [CoboWaas2.SourceGroup](docs/SourceGroup.md)
- [CoboWaas2.StakeSourceType](docs/StakeSourceType.md)
- [CoboWaas2.StakingPoolId](docs/StakingPoolId.md)
- [CoboWaas2.StakingPoolType](docs/StakingPoolType.md)
- [CoboWaas2.StakingSource](docs/StakingSource.md)
- [CoboWaas2.Stakings](docs/Stakings.md)
- [CoboWaas2.StakingsExtra](docs/StakingsExtra.md)
- [CoboWaas2.StakingsValidatorInfo](docs/StakingsValidatorInfo.md)
- [CoboWaas2.SubWalletAssetBalance](docs/SubWalletAssetBalance.md)
- [CoboWaas2.TSSGroups](docs/TSSGroups.md)
- [CoboWaas2.TSSRequest](docs/TSSRequest.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**type** | [**ActivityType**](ActivityType.md) | | [optional]
**wallet_id** | **String** | The staker&#39;s wallet ID. | [optional]
**address** | **String** | The staker&#39;s wallet address. | [optional]
**pool_id** | **String** | The ID of the staking pool. |
**pool_id** | [**StakingPoolId**](StakingPoolId.md) | |
**token_id** | **String** | The token ID. |
**staking_id** | **String** | The ID of the corresponding staking position. | [optional]
**amount** | **String** | The staking amount. |
Expand Down
8 changes: 8 additions & 0 deletions docs/ActivityAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

* `BabylonConfirmation` (value: `"BabylonConfirmation"`)

* `DepositETH` (value: `"DepositETH"`)

* `ClaimRewards` (value: `"ClaimRewards"`)

* `ActivateValidator` (value: `"ActivateValidator"`)

* `UnstakeETH` (value: `"UnstakeETH"`)

* `unknown_default_open_api` (value: `"unknown_default_open_api"`)


2 changes: 2 additions & 0 deletions docs/ActivityType.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

* `Withdraw` (value: `"Withdraw"`)

* `Claim` (value: `"Claim"`)

* `unknown_default_open_api` (value: `"unknown_default_open_api"`)


12 changes: 12 additions & 0 deletions docs/AutoFuelType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CoboWaas2.AutoFuelType

## Enum


* `PassiveAutoFuel` (value: `"PassiveAutoFuel"`)

* `ProActiveAutoFuel` (value: `"ProActiveAutoFuel"`)

* `unknown_default_open_api` (value: `"unknown_default_open_api"`)


8 changes: 4 additions & 4 deletions docs/BabylonValidator.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pool_type** | [**StakingPoolType**](StakingPoolType.md) | |
**icon_url** | **String** | The URL of the validator&#39;s icon. |
**icon_url** | **String** | The URL of the validator&#39;s icon. | [optional]
**name** | **String** | The validator&#39;s name. |
**priority** | **Number** | This property can be ignored. | [optional]
**public_key** | **String** | The public key of the validator. |
**commission_rate** | **Number** | The commission rate of the validator. |
**supported_pos_chains** | **[String]** | A list of supported Proof-of-Stake (PoS) chains. |
**public_key** | **String** | The public key of the validator. | [optional]
**commission_rate** | **Number** | The commission rate of the validator. | [optional]
**supported_pos_chains** | **[String]** | A list of supported Proof-of-Stake (PoS) chains. | [optional]



Expand Down
1 change: 1 addition & 0 deletions docs/ContractCallParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Name | Type | Description | Notes
**description** | **String** | The description of the contract call transaction. | [optional]
**category_names** | **[String]** | The custom category for you to identify your transactions. | [optional]
**fee** | [**TransactionRequestFee**](TransactionRequestFee.md) | | [optional]
**auto_fuel** | [**AutoFuelType**](AutoFuelType.md) | | [optional]


13 changes: 13 additions & 0 deletions docs/CoreStakeExtra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CoboWaas2.CoreStakeExtra

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pool_type** | [**StakingPoolType**](StakingPoolType.md) | |
**timelock** | **Number** | The Unix timestamp (in seconds) when the staking position will be unlocked and available for withdrawal. |
**change_address** | **String** | The change address on the Bitcoin chain. If not provided, the source wallet&#39;s address will be used as the change address. | [optional]
**validator_address** | **String** | The validator&#39;s EVM address. |
**reward_address** | **String** | The EVM address to receive staking rewards. |


14 changes: 14 additions & 0 deletions docs/CoreStakingExtra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CoboWaas2.CoreStakingExtra

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pool_type** | [**StakingPoolType**](StakingPoolType.md) | |
**pos_chain** | **String** | The Proof-of-Stake (PoS) chain. |
**staker_address** | **String** | The staker&#39;s Bitcoin address. |
**validator_address** | **String** | The validator&#39;s EVM address. |
**reward_address** | **String** | The EVM address to receive staking rewards. |
**timelock** | **Number** | The Unix timestamp (in seconds) when the staking position will be unlocked and available for withdrawal. |


11 changes: 11 additions & 0 deletions docs/CreateClaimActivity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CoboWaas2.CreateClaimActivity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **String** | The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization. | [optional]
**staking_id** | **String** | The ID of the staking position. You can retrieve a list of staking positions by calling [List staking positions](/v2/api-references/stakings/list-staking-positions). |
**fee** | [**TransactionRequestFee**](TransactionRequestFee.md) | | [optional]


12 changes: 12 additions & 0 deletions docs/CreateClaimActivityRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CoboWaas2.CreateClaimActivityRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **String** | The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization. | [optional]
**staking_id** | **String** | The ID of the staking position. You can retrieve a list of staking positions by calling [List staking positions](/v2/api-references/stakings/list-staking-positions). |
**fee** | [**TransactionRequestFee**](TransactionRequestFee.md) | | [optional]
**app_initiator** | **String** | The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator. | [optional]


2 changes: 1 addition & 1 deletion docs/CreateStakeActivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **String** | The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization. | [optional]
**source** | [**StakingSource**](StakingSource.md) | | [optional]
**pool_id** | **String** | The ID of the staking pool. |
**pool_id** | [**StakingPoolId**](StakingPoolId.md) | |
**amount** | **String** | The amount to stake. |
**fee** | [**TransactionRequestFee**](TransactionRequestFee.md) | |
**extra** | [**CreateStakeActivityExtra**](CreateStakeActivityExtra.md) | |
Expand Down
4 changes: 4 additions & 0 deletions docs/CreateStakeActivityExtra.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ Name | Type | Description | Notes
**stake_block_time** | **Number** | The number of blocks that need to be processed before the locked tokens are unlocked and become accessible. |
**auto_broadcast** | **Boolean** | Whether to automatically broadcast the transaction. The default value is &#x60;true&#x60;. - &#x60;true&#x60;: Automatically broadcast the transaction. - &#x60;false&#x60;: The transaction will not be submitted to the blockchain automatically. You can call [Broadcast signed transactions](/v2/api-references/transactions/broadcast-signed-transactions) to broadcast the transaction to the blockchain, or retrieve the signed raw transaction data &#x60;raw_tx&#x60; by calling [Get transaction information](/v2/api-references/transactions/get-transaction-information) and broadcast it yourself. | [optional]
**provider_name** | **String** | The name of the provider. |
**timelock** | **Number** | The Unix timestamp (in seconds) when the staking position will be unlocked and available for withdrawal. |
**change_address** | **String** | The change address on the Bitcoin chain. If not provided, the source wallet&#39;s address will be used as the change address. | [optional]
**validator_address** | **String** | The validator&#39;s EVM address. |
**reward_address** | **String** | The EVM address to receive staking rewards. |


2 changes: 1 addition & 1 deletion docs/CreateStakeActivityRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **String** | The request ID that is used to track a request. The request ID is provided by you and must be unique within your organization. | [optional]
**source** | [**StakingSource**](StakingSource.md) | | [optional]
**pool_id** | **String** | The ID of the staking pool. |
**pool_id** | [**StakingPoolId**](StakingPoolId.md) | |
**amount** | **String** | The amount to stake. |
**fee** | [**TransactionRequestFee**](TransactionRequestFee.md) | |
**extra** | [**CreateStakeActivityExtra**](CreateStakeActivityExtra.md) | |
Expand Down
Loading

0 comments on commit 668edef

Please sign in to comment.