Type alias KeypairSigner

KeypairSigner: {
    publicKey: PublicKey;
    secretKey: Uint8Array;
}

Type declaration

Generated using TypeDoc