Defined in sdk/typescript/src/cryptography/keypair.ts:32 Constructors MethodsAbstract
get Key Scheme get Key Scheme ( ) : SignatureScheme Defined in sdk/typescript/src/cryptography/keypair.ts:81 Abstract
get Public Key get Public Key ( ) : PublicKey Defined in sdk/typescript/src/cryptography/keypair.ts:86 Abstract
sign sign ( bytes ) : Promise < Uint8Array > Returns Promise < Uint8Array > Defined in sdk/typescript/src/cryptography/keypair.ts:33 sign Personal Message sign Personal Message ( bytes ) : Promise < { bytes : string ; signature : string ; } > Returns Promise < { bytes : string ; signature : string ; } > Defined in sdk/typescript/src/cryptography/keypair.ts:62 sign Transaction sign Transaction ( bytes ) : Promise < SignatureWithBytes > Defined in sdk/typescript/src/cryptography/keypair.ts:56 sign With Intent sign With Intent ( bytes , intent ) : Promise < SignatureWithBytes > Defined in sdk/typescript/src/cryptography/keypair.ts:38 to Sui Address to Sui Address ( ) : string Returns string Defined in sdk/typescript/src/cryptography/keypair.ts:74
TODO: Document