Documentation
    Preparing search index...

    Interface BlockchainMessage<T>

    interface BlockchainMessage<T extends string = string> {
        blockchainData: unknown;
        blockchainIdentifier: T;
        type: unknown;
    }

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary)

    Index

    Properties

    blockchainData: unknown
    blockchainIdentifier: T
    type: unknown