interface AssociateTx {
    customMessage: string;
    r: Uint8Array;
    s: Uint8Array;
    v: Uint8Array;
}

Properties

Properties

customMessage: string
r: Uint8Array
s: Uint8Array
v: Uint8Array

signature values