# Packages
Code generated by counterfeiter.
# Functions
GetAuditInfoForIssues returns an array of AuditableToken for each issue action It takes a deserializer, an array of serialized issue actions and an array of issue metadata.
GetAuditInfoForTransfers returns an array of AuditableToken for each transfer action.
InspectTokenOwner verifies that the audit info matches the token owner.
No description provided by the author
No description provided by the author
# Structs
AuditableToken contains a zkat token and the information that allows an auditor to learn its content.
Auditor inspects zkat tokens and their owners.
OwnerOpening contains the information that allows the auditor to identify the owner.
TokenDataOpening contains the opening of the TokenData.
# Interfaces
Deserializer deserialize audit information.
SigningIdentity models a signing identity.
# Type aliases
GetAuditInfoForIssuesFunc models a function to get auditable tokens from issue actions.
GetAuditInfoForTransfersFunc models a function to get auditable tokens from transfer actions.
InspectTokenOwnerFunc models a function to inspect the owner field.