UNPKG

ec-sri-invoice-signer

Version:
15 lines (14 loc) 611 B
type buildSignedInfoTagArgs = { invoiceHash: string; invoiceTagId: string; invoiceTagRefId: string; keyInfoTagHash: string; keyInfoTagId: string; keyInfoRefTagId: string; signedInfoTagId: string; signedPropertiesRefTagId: string; signedPropertiesTagHash: string; signedPropertiesTagId: string; }; export declare const buildSignedInfoTag: ({ invoiceHash, invoiceTagId, invoiceTagRefId, keyInfoTagHash, keyInfoTagId, keyInfoRefTagId, signedInfoTagId, signedPropertiesRefTagId, signedPropertiesTagHash, signedPropertiesTagId }: buildSignedInfoTagArgs) => string; export {};