The abstract public key that is used to identify the account. Depends on the use cases, most of the time it is the public key of the source wallet
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 abstract public key that is used to identify the account. Depends on the use cases, most of the time it is the public key of the source wallet