Class TransactionAuthenticatorFeePayer
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class TransactionAuthenticatorFeePayer : TransactionAuthenticator
- Inheritance
-
TransactionAuthenticatorFeePayer
- Inherited Members
-
Constructors
TransactionAuthenticatorFeePayer(AccountAuthenticator, List<AccountAddress>, List<AccountAuthenticator>, (AccountAddress, AccountAuthenticator))
public TransactionAuthenticatorFeePayer(AccountAuthenticator sender, List<AccountAddress> secondarySignerAddresses, List<AccountAuthenticator> secondarySigners, (AccountAddress, AccountAuthenticator) feePayer)
Parameters
sender
AccountAuthenticator
secondarySignerAddresses
List<AccountAddress>
secondarySigners
List<AccountAuthenticator>
feePayer
(AccountAddress, AccountAuthenticator)
Fields
FeePayer
public readonly (AccountAddress AccountAddress, AccountAuthenticator Authenticator) FeePayer
Field Value
- (AccountAddress, AccountAuthenticator)
SecondarySignerAddresses
public readonly List<AccountAddress> SecondarySignerAddresses
Field Value
- List<AccountAddress>
SecondarySigners
public readonly List<AccountAuthenticator> SecondarySigners
Field Value
- List<AccountAuthenticator>
Sender
public readonly AccountAuthenticator Sender
Field Value
- AccountAuthenticator
Methods
Deserialize(Deserializer)
public static TransactionAuthenticatorFeePayer Deserialize(Deserializer d)
Parameters
d
Deserializer
Returns
- TransactionAuthenticatorFeePayer
Serialize(Serializer)
public override void Serialize(Serializer s)
Parameters
s
Serializer