Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreInstantLayerInstantLayerAccount

InstantLayerAccount

Account identity used by Instant Layer delegation calls. Passed as the account field of grantDelegation.

const account = { addr: "0xaccount...", isPartyB: false };

Fields

addrAddress

Account, subaccount, virtual account, or PartyB address.

isPartyBboolean

Whether the account is a PartyB account. PartyA/user accounts should pass false.

Last updated on