eip1193-types
    Preparing search index...

    Interface ProviderMessage

    interface ProviderMessage {
        data: unknown;
        type: string;
    }
    Index

    Properties

    Properties

    data: unknown
    type: string