haredo

    Interface ExchangeChainState

    interface ExchangeChainState {
        adapter: Adapter;
        appId?: string;
        bindings?: {
            bindingArguments?: BindingArguments;
            exchange: ExchangeInterface;
            patterns: string[];
        }[];
        confirm?: boolean;
        emitter: TypedEventEmitter<HaredoEvents>;
        exchange: ExchangeInterface;
        headers?: Record<string, Field>;
        json?: boolean;
        publishOptions?: PublishOptions;
        skipSetup?: SkipSetupOptions;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    adapter: Adapter
    appId?: string
    bindings?: {
        bindingArguments?: BindingArguments;
        exchange: ExchangeInterface;
        patterns: string[];
    }[]
    confirm?: boolean
    headers?: Record<string, Field>
    json?: boolean
    publishOptions?: PublishOptions
    skipSetup?: SkipSetupOptions
    MMNEPVFCICPMFPCPTTAAATR