The account address of the account.
The authentication function that will be used to verify the signature.
const authenticationFunction = `${accountAddress}::permissioned_delegation::authenticate`; Copy
const authenticationFunction = `${accountAddress}::permissioned_delegation::authenticate`;
The signer function signs transactions and returns the authenticator bytes in the AbstractionAuthData.
authenticator
AbstractionAuthData
The SHA256 hash of the transaction signing message
The authenticator bytes that can be used to verify the signature.
The account address of the account.