Function executeSignedTxnFromFile

  • Decode signed txn from file and send to network. probably won't work, because transaction contains fields like firstValid and lastValid which might not be equal to the current network's blockchain block height.

    Returns

    TxnReceipt which includes confirmed txn response along with txID

    Parameters

    • deployer: Deployer

      Deployer

    • fileName: string

      raw(encoded) signed txn file

    Returns Promise<types.TxnReceipt>

Generated using TypeDoc