Skip to main content

IssuanceOrderBy

Fields that can be used for sorting issuances.

enum IssuanceOrderBy {
contractName
expiresAt
identityName
issuedAt
issuedByName
}

Values

IssuanceOrderBy.contractName

The name of the contract that was issued.

IssuanceOrderBy.expiresAt

The timestamp When the issued credential expires

IssuanceOrderBy.identityName

The name of the identity that the issuance is for.

IssuanceOrderBy.issuedAt

The timestamp when the credential was issued

IssuanceOrderBy.issuedByName

The name of the user (Person or Application) that requested issuance.

Member Of

findIssuances query