IKeyringPair
↳ KeyringPair
address
addressRaw
isLocked
publicKey
sign
• address: string
Inherited from KeyringPair.address
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:13
• addressRaw: Uint8Array
Inherited from KeyringPair.addressRaw
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:14
• isLocked: boolean
Defined in src/types/index.ts:590arrow-up-right
• publicKey: Uint8Array
Inherited from KeyringPair.publicKey
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:15
• sign: function
Inherited from KeyringPair.sign
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:16
▸ (data: Uint8Array, options?: SignOptions): Uint8Array
data
options?
Parameters:
Name
Type
Uint8Array
SignOptions
Last updated 4 years ago
Was this helpful?