Type alias SigningData

SigningData: {
    contractAddress: ContractAddress.Type;
    entrypoint: EntrypointName.Type;
    nonce: bigint;
    timestamp: Timestamp.Type;
}

Signing metadata for credential revocation

Type declaration

  • contractAddress: ContractAddress.Type

    The contract address of the CIS4 contract

  • entrypoint: EntrypointName.Type

    The CIS4 entrypoint from which the revocation is done

  • nonce: bigint

    The credential nonce

  • timestamp: Timestamp.Type

    Timestamp at which the revocation should be invalidated

Generated using TypeDoc