interface Signature {
    publicKey: PublicKey;
    signature: Uint8Array;
}

Properties

Properties

publicKey: PublicKey
signature: Uint8Array