TransactionAuthenticatorMultiAgent constructor

TransactionAuthenticatorMultiAgent(
  1. AccountAuthenticator sender,
  2. List<AccountAddress> secondarySignerAddresses,
  3. List<AccountAuthenticator> secondarySigners
)

Implementation

TransactionAuthenticatorMultiAgent(
 this.sender,
 this.secondarySignerAddresses,
 this.secondarySigners
): super();