Transactions
- Source:
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:
- Source:
# 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: