Aptos Unity SDK
|
The ED25519 Multi-Signature Implementation. More...
Public Member Functions | |
MultiSignature (MultiPublicKey PublicKeyMulti, List< Tuple< PublicKey, Signature > > SignatureMap) | |
Initialize the MultiSignature object. | |
byte[] | ToBytes () |
Serialize the concatenated signatures and bitmap of an ED25519 Multi-signature instance to a Data object. | |
void | Serialize (Serialization serializer) |
Serialize the object. | |
Additional Inherited Members | |
![]() | |
static ISerializable | Deserialize (Deserialization deserializer) |
Deserializes a byte array hosted inside the Deserializer. | |
The ED25519 Multi-Signature Implementation.
|
inline |
Initialize the MultiSignature object.
PublicKeyMulti | The multi public key object containing the public keys used to generate the Bitmap. |
SignatureMap | The tuple list containing the public keys associated with their signatures. |
|
inline |
|
inline |
Serialize the concatenated signatures and bitmap of an ED25519 Multi-signature instance to a Data object.
This function concatenates the signatures of the instance and serializes the concatenated signatures and bitmap to a Data object.