nooschain / identity/identity-types / SignerIdentity
Interface: SignerIdentity
Defined in: identity/identity-types.ts:16
Resolved signer identity for a registered public key.
Properties
organizationId?
optionalorganizationId?: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.