build Solana Transaction
open suspend fun buildSolanaTransaction(chainId: String, params: BuildTransactionParam): Result<BuildSolanaTransactionResponse>
Builds a Solana-compatible transaction for the specified blockchain.
Return
A Result
containing BuildSolanaTransactionResponse
if successful, or an error if the operation fails.
Parameters
chain Id
The blockchain identifier, must start with "solana:"
.
params
The transaction parameters.
Throws
If chainId
does not start with "solana:"
.