UNPKG

@0xpolygonid/js-sdk

Version:
8 lines (7 loc) 228 B
/** * State verification options */ export type StateVerificationOpts = { // acceptedStateTransitionDelay is the period of time in milliseconds that a revoked state remains valid. acceptedStateTransitionDelay?: number; };