Interface IBroadcastResults

interface IBroadcastResults {
    error: boolean;
    errorText: string;
    txEvents: TxEvent[];
    txResponse: DeliverTxResponse;
}

Properties

error: boolean
errorText: string
txEvents: TxEvent[]
txResponse: DeliverTxResponse