Operation
public struct Operation
                Namespace for all available Steem operations.
- 
                  
                  
Voting operation, votes for content.
See moreDeclaration
Swift
public struct Vote : OperationType, Equatable - 
                  
                  
Comment operation, creates comments and posts.
See moreDeclaration
Swift
public struct Comment : OperationType, Equatable - 
                  
                  
Transfers assets from one account to another.
See moreDeclaration
Swift
public struct Transfer : OperationType, Equatable - 
                  
                  
Converts STEEM to VESTS, aka.
See morePowering Up
.Declaration
Swift
public struct TransferToVesting : OperationType, Equatable - 
                  
                  
Starts a vesting withdrawal, aka.
See morePowering Down
.Declaration
Swift
public struct WithdrawVesting : OperationType, Equatable - 
                  
                  
This operation creates a limit order and matches it against existing open orders.
See moreDeclaration
Swift
public struct LimitOrderCreate : OperationType, Equatable - 
                  
                  
Cancels an order and returns the balance to owner.
See moreDeclaration
Swift
public struct LimitOrderCancel : OperationType, Equatable - 
                  
                  
Publish a price feed.
See moreDeclaration
Swift
public struct FeedPublish : OperationType, Equatable - 
                  
                  
Convert operation.
See moreDeclaration
Swift
public struct Convert : OperationType, Equatable - 
                  
                  
Creates a new account.
See moreDeclaration
Swift
public struct AccountCreate : OperationType, Equatable - 
                  
                  
Updates an account.
See moreDeclaration
Swift
public struct AccountUpdate : OperationType, Equatable - 
                  
                  
Registers or updates witnesses.
See moreDeclaration
Swift
public struct WitnessUpdate : OperationType, Equatable - 
                  
                  
Votes for a witness.
See moreDeclaration
Swift
public struct AccountWitnessVote : OperationType, Equatable - 
                  
                  
Sets a witness voting proxy.
See moreDeclaration
Swift
public struct AccountWitnessProxy : OperationType, Equatable - 
                  
                  
Submits a proof of work, legacy.
Declaration
Swift
public struct Pow : OperationType, Equatable - 
                  
                  
Custom operation.
See moreDeclaration
Swift
public struct Custom : OperationType, Equatable - 
                  
                  
Reports a producer who signs two blocks at the same time.
See moreDeclaration
Swift
public struct ReportOverProduction : OperationType, Equatable - 
                  
                  
Deletes a comment.
See moreDeclaration
Swift
public struct DeleteComment : OperationType, Equatable - 
                  
                  
A custom JSON operation.
See moreDeclaration
Swift
public struct CustomJson : OperationType, Equatable - 
                  
                  
Sets comment options.
See moreDeclaration
Swift
public struct CommentOptions : OperationType, Equatable - 
                  
                  
Sets withdraw vesting route for account.
See moreDeclaration
Swift
public struct SetWithdrawVestingRoute : OperationType, Equatable - 
                  
                  
Creates a limit order using a exchange price.
See moreDeclaration
Swift
public struct LimitOrderCreate2 : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct ChallengeAuthority : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct ProveAuthority : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct RequestAccountRecovery : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct RecoverAccount : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct ChangeRecoveryAccount : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct EscrowTransfer : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct EscrowDispute : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct EscrowRelease : OperationType, Equatable - 
                  
                  
Submits equihash proof of work, legacy.
Declaration
Swift
public struct Pow2 : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct EscrowApprove : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct TransferToSavings : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct TransferFromSavings : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct CancelTransferFromSavings : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct CustomBinary : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct DeclineVotingRights : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct ResetAccount : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct SetResetAccount : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct ClaimRewardBalance : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct DelegateVestingShares : OperationType, Equatable - 
                  
                  
Declaration
Swift
public struct AccountCreateWithDelegation : OperationType, Equatable - 
                  
                  
Unknown operation, seen if the decoder encounters operation which has no type defined.
Note
Not encodable, the encoder will throw if encountering this operation.Declaration
Swift
public struct Unknown : OperationType, Equatable 
View on GitHub
        Operation Structure Reference