Documentation
    Preparing search index...

    Interface BroadcastResponse

    interface BroadcastResponse {
        id: string;
        senderId: string;
        transactionHash: string;
        type: BroadcastResponse;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    senderId: string
    transactionHash: string
    version: string