mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +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.
|
* Every transaction has the same set of common fields.
|
||||||
*/
|
*/
|
||||||
export interface BaseTransaction {
|
export interface BaseTransaction {
|
||||||
/** The unique address of the account that initiated the transaction. */
|
/** The unique address of the transaction sender. */
|
||||||
Account: string
|
Account: string
|
||||||
/**
|
/**
|
||||||
* The type of transaction. Valid types include: `Payment`, `OfferCreate`,
|
* The type of transaction. Valid types include: `Payment`, `OfferCreate`,
|
||||||
* `SignerListSet`, `EscrowCreate`, `EscrowFinish`, `EscrowCancel`,
|
* `TrustSet`, and many others.
|
||||||
* `PaymentChannelCreate`, `PaymentChannelFund`, `PaymentChannelClaim`, and
|
|
||||||
* `DepositPreauth`.
|
|
||||||
*/
|
*/
|
||||||
TransactionType: string
|
TransactionType: string
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user