AddSessionKeyOptions
type AddSessionKeyOptions = { permissions: AccountPermissions; sessionKeyAddress: string;};
The admin account that will perform the operation.
The permissions to assign to the session key.
type permissions = AccountPermissions;
The address to add as a session key.
type sessionKeyAddress = string;