class Signature
(source)
This class represents a Signature on G2
static fun aggregate(signatures: MutableList<Signature>): Signature
Aggregates list of Signature pairs |
|
fun combine(signature: Signature): Signature
Combines this signature with another signature, creating a new signature. |
|
static fun decode(bytes: Bytes): Signature
Decode a signature from its serialized representation. |
|
fun encode(): Bytes
Signature serialization |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |