Type Alias AbstractedAccountConstructorArgs

AbstractedAccountConstructorArgs: {
    accountAddress: AccountAddress;
    authenticationFunction: string;
    signer: (digest: HexInput) => HexInput;
}

Type declaration

  • accountAddress: AccountAddress

    The account address of the account.

  • authenticationFunction: string

    The authentication function that will be used to verify the signature.

    const authenticationFunction = `${accountAddress}::permissioned_delegation::authenticate`;
    
  • signer: (digest: HexInput) => HexInput

    The signer function signs transactions and returns the authenticator bytes in the AbstractionAuthData.

MMNEPVFCICPMFPCPTTAAATR