Defined in sdk/typescript/src/cryptography/keypair.ts:32   Constructors  MethodsAbstractget Key Scheme get Key Scheme ( ) :  SignatureScheme Defined in sdk/typescript/src/cryptography/keypair.ts:81 Abstractget Public Key get Public Key ( ) :  PublicKey Defined in sdk/typescript/src/cryptography/keypair.ts:86 Abstractsign 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