In token/driver/request.go, both IssueMetadata and TransferMetadata structs contain the field ExtraSigners []Identity.
Identity should be replaced by AuditableIdentity itself defined in the same token/driver/request.go file.
This allows any third party with access to the metadata to audit also this identity when needed.
In
token/driver/request.go, both IssueMetadata and TransferMetadata structs contain the fieldExtraSigners []Identity.Identity should be replaced by
AuditableIdentityitself defined in the sametoken/driver/request.gofile.This allows any third party with access to the metadata to audit also this identity when needed.