Skip to content

@gala-chain/chaincodeAPI


API > IIdentity

Interface: IIdentity

Contents

Extends

  • Identity

Properties

credentials

credentials: object

Type declaration

certificate

certificate: string

privateKey

privateKey: string

Source

chaincode/src/types/identity.ts:18


mspId

mspId: string

Inherited from

BaseIdentity.mspId

Source

node_modules/fabric-network/lib/impl/wallet/identity.d.ts:3


type

type: string

Inherited from

BaseIdentity.type

Source

node_modules/fabric-network/lib/impl/wallet/identity.d.ts:2


version

version: number

Source

chaincode/src/types/identity.ts:22