View Source Hyperliquid.Api.Exchange.EvmUserModify (hyperliquid v0.2.2)
Configure block type for EVM transactions.
See: https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint
Summary
Functions
Configure block type for EVM transactions.
Functions
Configure block type for EVM transactions.
Parameters
private_key: Private key for signing (hex string)using_big_blocks: true for large blocks, false for small blocksopts: Optional parameters
Returns
{:ok, response}- Result{:error, term()}- Error details
Examples
{:ok, result} = EvmUserModify.request(private_key, true)