Skip to content

Commit c1a4838

Browse files
authored
Merge pull request #160 from fireblocks/SlavaSereb-patch-52
Add Beta message to Program Calls
2 parents 970e86c + bee2c88 commit c1a4838

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

api-spec-v2.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8141,6 +8141,7 @@ paths:
81418141
- For Solana Program Calls, the required parameters are:
81428142
`operation.PROGRAM_CALL`, `assetId` (SOL/SOL_TEST), `source`,
81438143
and `extraParameters` object with `programCallData` key while the value is a Base64 encoded unsigned serialized Solana transaction object.
8144+
This feature is currently in beta and might be subject to changes - Please contact your CSM for any additional information.
81448145

81458146

81468147
- Typed Message Signing is supported for the following asset IDs: 'ETH',
@@ -22981,6 +22982,7 @@ components:
2298122982

2298222983
* `PROGRAM_CALL` - Calls a smart contract for web3 operations on the Solana blockchain.
2298322984
Read more in the [Solana Programs Interactions guide](https://developers.fireblocks.com/reference/interact-with-solana-programs)
22985+
This feature is currently in beta and might be subject to changes - Please contact your CSM for any additional information.
2298422986

2298522987
* `ENABLE_ASSET` - Algorand, DigitalBits, Solana, and Stellar require an
2298622988
on-chain transaction to create an asset wallet and enable the deposit
@@ -23923,7 +23925,8 @@ components:
2392323925
are recommended for building contract call transactions.
2392423926

2392523927
* `PROGRAM_CALL` - Calls a smart contract for web3 operations on the Solana blockchain.
23926-
Read more in the [Solana Programs Interactions guide](https://developers.fireblocks.com/reference/interact-with-solana-programs)
23928+
Read more in the [Solana Programs Interactions guide](https://developers.fireblocks.com/reference/interact-with-solana-programs).
23929+
This feature is currently in beta and might be subject to changes - Please contact your CSM for any additional information.
2392723930

2392823931
* `TYPED_MESSAGE` - An off-chain message in either Ethereum Personal
2392923932
Message or EIP712 format. Use it to sign specific readable messages that
@@ -30101,7 +30104,7 @@ components:
3010130104
Defines the type of transaction to which the rule applies.
3010230105
* TRANSFER - Default. Transfers funds from one account to another
3010330106
* CONTRACT_CALL - Calls a smart contract, mainly for DeFi operations.
30104-
* PROGRAM_CALL - Calls a smart contract for web3 operations on the Solana blockchain.
30107+
* PROGRAM_CALL - Calls a smart contract for web3 operations on the Solana blockchain. This feature is currently in beta and might be subject to changes - Please contact your CSM for any additional information.
3010530108
* APPROVE - Allows a smart contract to withdraw from a designated wallet.
3010630109
* MINT - Perform a mint operation (increase supply) on a supported token
3010730110
* BURN - Perform a burn operation (reduce supply) on a supported token

0 commit comments

Comments
 (0)