To sign and broadcast a transaction to the Hyperliquid network, follow these steps:
Retrieve an unsigned transaction (
unsignedTransaction) from of one of the following requests responses: transfer hype from spot to staking balance, delegate, undelegate and withdraw.Sign the transaction using the following code:
Send the signed transaction using the Send a transaction to the network endpoint.
