Type alias Event<T>

Event<T>: T & {
    slot: number;
    txSig: TransactionSignature;
}

Type Parameters

  • T

Generated using TypeDoc