Type alias UpdateRevocationKeysParamJson

UpdateRevocationKeysParamJson: {
    auxiliary_data: number[];
    keys: HexString[];
}

schema serializable JSON representation of parameter for the "revokeCredentialIssuer" entrypoint

Type declaration

  • auxiliary_data: number[]

    Any additional data to include in the parameter (hex encoded)

  • keys: HexString[]

    The keys to register/remove

Generated using TypeDoc