Send transactions as the backend wallet itself.
Get backend wallet
Create AWS role
TDKAPI
client doesn’t need to be created with a user’s auth token. Instead, the backend wallet signature is specified in the transaction options that will be verified by the TDK API.
If using direct API requests instead of the TDKAPI
client, please provide the signature
in the X-Backend-Wallet-Signature
header and the expirationTime
in the X-Backend-Wallet-Signature-Expiration
header.
See full generateBackendWalletSignature
function documentation for more AWS KMS client configuration options.