File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23901,6 +23901,7 @@ components:
2390123901 - TRANSFER
2390223902 - BURN
2390323903 - CONTRACT_CALL
23904+ - PROGRAM_CALL
2390423905 - MINT
2390523906 - RAW
2390623907 - TYPED_MESSAGE
@@ -23922,6 +23923,9 @@ components:
2392223923 libraries](https://developers.fireblocks.com/docs/ethereum-development#convenience-libraries)
2392323924 are recommended for building contract call transactions.
2392423925
23926+ * `PROGRAM_CALL` - Calls a smart contract for web3 operations on the Solana blockchain.
23927+ Read more in the [Solana Programs Interactions guide](https://developers.fireblocks.com/reference/interact-with-solana-programs)
23928+
2392523929 * `TYPED_MESSAGE` - An off-chain message in either Ethereum Personal
2392623930 Message or EIP712 format. Use it to sign specific readable messages that
2392723931 are not actual transactions. [Learn more about typed
@@ -30085,6 +30089,7 @@ components:
3008530089 enum:
3008630090 - TRANSFER
3008730091 - CONTRACT_CALL
30092+ - PROGRAM_CALL
3008830093 - APPROVE
3008930094 - MINT
3009030095 - BURN
@@ -30097,6 +30102,7 @@ components:
3009730102 Defines the type of transaction to which the rule applies.
3009830103 * TRANSFER - Default. Transfers funds from one account to another
3009930104 * CONTRACT_CALL - Calls a smart contract, mainly for DeFi operations.
30105+ * `PROGRAM_CALL` - Calls a smart contract for web3 operations on the Solana blockchain.
3010030106 * APPROVE - Allows a smart contract to withdraw from a designated wallet.
3010130107 * MINT - Perform a mint operation (increase supply) on a supported token
3010230108 * BURN - Perform a burn operation (reduce supply) on a supported token
You can’t perform that action at this time.
0 commit comments