Stellar Operation Types
https://www.stellar.org/developers/horizon/reference/resources/operation.html#create-account
| type | type_i | description |
|---|---|---|
| CREATE_ACCOUNT | 0 | Creates a new account in Stellar network. |
| PAYMENT | 1 | Sends a simple payment between two accounts in Stellar network. |
| PATH_PAYMENT_STRICT_RECEIVE | 2 | Sends a path payment strict receive between two accounts in the Stellar network. |
| PATH_PAYMENT_STRICT_SEND | 13 | Sends a path payment strict send between two accounts in the Stellar network. |
| MANAGE_SELL_OFFER | 3 | Creates, updates or deletes a sell offer in the Stellar network. |
| MANAGE_BUY_OFFER | 12 | Creates, updates or deletes a buy offer in the Stellar network. |
| CREATE_PASSIVE_SELL_OFFER | 4 | Creates an offer that won’t consume a counter offer that exactly matches this offer. |
| SET_OPTIONS | 5 | Sets account options (inflation destination, adding signers, etc.) |
| CHANGE_TRUST | 6 | Creates, updates or deletes a trust line. |
| ALLOW_TRUST | 7 | Updates the “authorized” flag of an existing trust line this is called by the issuer of the related asset. |
| ACCOUNT_MERGE | 8 | Deletes account and transfers remaining balance to destination account. |
| INFLATION | 9 | Runs inflation. |
| MANAGE_DATA | 10 | Set, modify or delete a Data Entry (name/value pair) for an account. |
| BUMP_SEQUENCE | 11 | Bumps forward the sequence number of an account. |
本文详细介绍了Stellar网络中各种操作类型的定义与用途,包括创建账户、支付、路径支付、管理买卖报价、设置选项等,为理解Stellar区块链交易提供全面指南。
1万+

被折叠的 条评论
为什么被折叠?



