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:13
• addressRaw: Uint8Array
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:14
• isLocked: boolean
• publicKey: Uint8Array
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:15
• sign: function
Defined in node_modules/@polkadot/types/types/interfaces.d.ts:16
▸ (data
: Uint8Array, options?
: SignOptions): Uint8Array
Parameters:
Name
Type
data
Uint8Array
options?
SignOptions
Inherited from .
Inherited from .
Defined in
Inherited from .
Inherited from .