Stellar Operation Types

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.

猜你喜欢

转载自blog.csdn.net/jc0803kevin/article/details/106194727