KeyringPair
Last updated
Was this helpful?
IKeyringPair
↳ KeyringPair
• address: string
Inherited from KeyringPair.address
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:14
• addressRaw: Uint8Array
Inherited from KeyringPair.addressRaw
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:15
• isLocked: boolean
Defined in src/types/index.ts:584
• publicKey: Uint8Array
Inherited from KeyringPair.publicKey
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:16
• sign: function
Inherited from KeyringPair.sign
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:17
▸ (data: Uint8Array, options?: SignOptions): Uint8Array
Parameters:
data
Uint8Array
options?
SignOptions
Last updated
Was this helpful?
Was this helpful?