Transactions Source: lib/order/txns/index.js, line 14 Type Definitions # OuterTransactions Outer Transactions Returned by any transaction factory in the module:txns/buy or module:txns/sell modules. These structures are based on the underlying TEAL Smart Contract. You can find out more in each transaction generators documentation page. Type: Transactions.SignableTxn Source: lib/order/txns/index.js, line 39 # SignableTxn Signable Transaction A shape for all transactions. It's main purpoes is to associate a transaction to it's signing method. It either has a Logic Signature Account or needs to be signed by the end user's Wallet. Type: Object Properties Name Type Attributes Description unsignedTxn algosdk.Transaction A unsigned Transaction senderAcct algosdk.Account | Wallet | undefined <optional> Wallet or Algosdk Account lsig algosdk.LogicSigAccount | undefined <optional> Logic Signature Account Source: lib/order/txns/index.js, line 26