Documentation
    Preparing search index...

    Interface RequestBroadcastInput

    interface RequestBroadcastInput {
        network?: Network;
        signedTransaction: string;
    }
    Index

    Properties

    network?: Network

    You should now specify the network in the constructor of the DAppClient

    signedTransaction: string