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