Delegate the session key
struct DelegationInfo {
Account account; // (subAccount, isPartyB=false)
address delegatedSigner; // the session key's address
bytes4[] selectors; // what they're allowed to sign for
uint256 expiryTimestamp; // unix seconds
}Selector
Meaning
Last updated

