LedgerPolicy: {
    policyName?: string;
    ledgerTemplate: string;
    keyRoots: string[];
    policyId?: Buffer;
    policyHmac?: Buffer;
}

Type declaration

  • Optional policyName?: string
  • ledgerTemplate: string
  • keyRoots: string[]
  • Optional policyId?: Buffer
  • Optional policyHmac?: Buffer