Documentation
    Preparing search index...

    Interface ResponseInput

    interface ResponseInput {
        account: AccountInfo;
        blockExplorer: any;
        connectionContext: ConnectionContext;
        output: BeaconMessageWrapper<BeaconBaseMessage>;
        request: BlockchainMessage;
        walletInfo: WalletInfo;
    }
    Index

    Properties

    account: AccountInfo
    blockExplorer: any
    connectionContext: ConnectionContext
    output: BeaconMessageWrapper<BeaconBaseMessage>
    walletInfo: WalletInfo