You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This endpoint signs a transaction for a specific TSS wallet identified by coin type and wallet ID.
145
-
* The request body is passed to wallet.signTransaction() and varies by coin and wallet type.
146
-
*
147
-
* Common fields for TSS wallets include:
148
-
* - txPrebuild: Contains transaction data like txHex, txBase64, or txRequestId
149
-
* - walletPassphrase: Passphrase for TSS wallets (required for TSS signing)
150
-
* - txRequestId: Transaction request ID for TSS wallets (can be in body or txPrebuild)
151
-
* - apiVersion: 'lite' or 'full' for TSS transaction requests
152
-
* - multisigTypeVersion: 'MPCv2' for MPCv2 wallets
153
-
* - isLastSignature: Whether this is the last signature in a multi-sig tx
154
-
* - pubs: Public keys for multi-signature transactions
155
-
* - gasLimit: Gas limit for ETH transactions
156
-
* - gasPrice: Gas price for ETH transactions
157
-
* - expireTime: Transaction expiration time
158
-
* - sequenceId: Sequence ID for transactions
159
-
* - isEvmBasedCrossChainRecovery: For EVM cross-chain recovery
142
+
* Sign transactions for MPC wallets. If using external-signer mode, you must maintain your keys, in the clear, on a separate Express server - BitGo doesn't decrypt your private MPC key shares.
0 commit comments