interface NodeEventRefund {
    attributes: readonly Attribute[];
    type: "sentinel.node.v3.EventRefund";
    value: EventRefund;
}

Hierarchy

  • Event
    • NodeEventRefund

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.node.v3.EventRefund"
value: EventRefund

Generated using TypeDoc