Unsigned Raw Message
The bip44AddressIndex and bip44change fields complement the derivation path given the source id and asset were provided in the transaction body request. In case none of the above was provided, please specify the derivation path.
Parameters
Content to sign on. Should be 32 bytes long for ECDSA (hash of the actual message to sign) or any length for EdDSA as prehashing is not required.
(optional) BIP44 address_index path level
(optional) BIP44 change path level
(optional) Should be passed only if asset and source were not specified. Note: for Testnet assets, coin_type
is always '1'.
(Optional) Should be passed only if operation is GetTransactionOperation.TYPED_MESSAGE. Possible values are:
EIP191
: for ETH/EVM personal messagesEIP712
: For ETH/EVM typed messagesTIP191
: For TRX personal messagesBTC_MESSAGE
: For BTC personal messages
An object to send when creating ECDSA Raw signing requests.