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