Skip to content

IngestPartyInput

IngestPartyInput = Readonly<{ identifierKind: IdentifierKind; identifierScope: string; identifierValue: string; pluginMetadata?: Readonly<Record<string, unknown>>; role: Role; trust: Exclude<Trust, "verified">; }>

Defined in: pkgs/plugin-contract/src/index.ts:144