Used for the rotating proof challenge on the Aptos Blockchain.
More...
Used for the rotating proof challenge on the Aptos Blockchain.
◆ RotationProofChallenge()
Aptos.Accounts.RotationProofChallenge.RotationProofChallenge |
( |
int |
SequenceNumber, |
|
|
AccountAddress |
Originator, |
|
|
AccountAddress |
CurrentAuthKey, |
|
|
byte[] |
NewPublicKey |
|
) |
| |
|
inline |
Create a new Rotation Proof Challenge.
- Parameters
-
SequenceNumber | The current sequence number of the account. |
Originator | The account currently wanting to be changed over. |
CurrentAuthKey | The account currently wanting to be changed over. |
<param name="NewPublicKey"The public key of the new account.>
◆ Serialize()
void Aptos.Accounts.RotationProofChallenge.Serialize |
( |
Serialization |
serializer | ) |
|
|
inline |
Serialize the account object using a provided Serializer object.
This function takes a Serializer object and serializes the account object's properties, which includes the typeInfoAccountAddress, typeInfoModuleName, typeInfoStructName, sequence_number, originator, currentAuthKey and newPublicKey The Serializer object serializes values in the order specified, which is the order of the calls in this function.
- Parameters
-
serializer | The Serializer object to serialize the account object with. |
The documentation for this class was generated from the following file:
- Aptos.Accounts/Account.cs