Skip to content

EnvelopeParty

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

Defined in: pkgs/access-contract/src/index.ts:97