Builds a signature wrapper for Coinbase Smart Wallets by decomposing a hex signature
into r, s, v components and encoding them in the format expected by the smart contract.
All signatures on Coinbase Smart Wallets must be wrapped in this format to identify
which owner signed and provide the signature data.
Builds a signature wrapper for Coinbase Smart Wallets by decomposing a hex signature into r, s, v components and encoding them in the format expected by the smart contract.
All signatures on Coinbase Smart Wallets must be wrapped in this format to identify which owner signed and provide the signature data.