mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
Update tx common field descritpions (#2334)
Slight improvements to transaction common fields descriptions based on "Send a payment" workshop
This commit is contained in:
@@ -91,13 +91,11 @@ export interface GlobalFlags {}
|
||||
* Every transaction has the same set of common fields.
|
||||
*/
|
||||
export interface BaseTransaction {
|
||||
/** The unique address of the account that initiated the transaction. */
|
||||
/** The unique address of the transaction sender. */
|
||||
Account: string
|
||||
/**
|
||||
* The type of transaction. Valid types include: `Payment`, `OfferCreate`,
|
||||
* `SignerListSet`, `EscrowCreate`, `EscrowFinish`, `EscrowCancel`,
|
||||
* `PaymentChannelCreate`, `PaymentChannelFund`, `PaymentChannelClaim`, and
|
||||
* `DepositPreauth`.
|
||||
* `TrustSet`, and many others.
|
||||
*/
|
||||
TransactionType: string
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user