InstantLayerAccount
Account identity used by Instant Layer delegation calls. Passed as the account field of grantDelegation.
const account = { addr: "0xaccount...", isPartyB: false };Fields
addrAddressAccount, subaccount, virtual account, or PartyB address.
isPartyBbooleanWhether the account is a PartyB account. PartyA/user accounts should pass false.
Last updated on