Skip to content

nooschain v0.1.0


nooschain / identity/identity-types / SignerIdentity

Interface: SignerIdentity

Defined in: identity/identity-types.ts:16

Resolved signer identity for a registered public key.

Properties

organizationId?

optional organizationId?: string

Defined in: identity/identity-types.ts:22

Organization id for user/node signers when known.


ownerId

ownerId: string

Defined in: identity/identity-types.ts:20

User id, node id, or GENESIS for system transactions.


ownerType

ownerType: IdentityOwnerType

Defined in: identity/identity-types.ts:18

Nonce owner namespace.


publicKey

publicKey: string

Defined in: identity/identity-types.ts:24

Public key that signed the transaction.

Audience-first NOOSChain documentation.