Interface EventSubscription

interface EventSubscription {
    blockHash: string;
    level: number;
    opHash: string;
}

Hierarchy

  • InternalOperationResult
    • EventSubscription

Properties

blockHash: string
level: number
opHash: string

Generated using TypeDoc