Interface IEvents

interface IEvents {
    error: null | XverseError;
}

Properties

Properties

error: null | XverseError

Generated using TypeDoc