Type alias TransactionBaseWithoutSuggestedParams

TransactionBaseWithoutSuggestedParams: Pick<TransactionParams, "flatFee" | "fee" | "firstRound" | "lastRound" | "genesisHash" | "from" | "type" | "genesisID" | "lease" | "note" | "reKeyTo">

Transaction base with suggested params included as parameters

Generated using TypeDoc