KeyringPair

Hierarchy

  • IKeyringPair

    ↳ KeyringPair

Index

Properties

Properties

address

• address: string

Inherited from KeyringPair.address

Defined in node_modules/@polkadot/types/types/interfaces.d.ts:13

addressRaw

• addressRaw: Uint8Array

Inherited from KeyringPair.addressRaw

Defined in node_modules/@polkadot/types/types/interfaces.d.ts:14

isLocked

• isLocked: boolean

Defined in src/types/index.ts:606

publicKey

• publicKey: Uint8Array

Inherited from KeyringPair.publicKey

Defined in node_modules/@polkadot/types/types/interfaces.d.ts:15

sign

• sign: function

Inherited from KeyringPair.sign

Defined in node_modules/@polkadot/types/types/interfaces.d.ts:16

Type declaration:

â–¸ (data: Uint8Array, options?: SignOptions): Uint8Array

Parameters:

Name

Type

data

Uint8Array

options?

SignOptions

Last updated

Was this helpful?