package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev

# Functions

UnmarshalOperation decodes responses to the correct operation struct.

# Variables

OperationTypeNames maps from operation type to the string used to represent that type in horizon's JSON responses.

# Structs

AccountMerge is the json resource representing a single operation whose type is AccountMerge.
AllowTrust is the json resource representing a single operation whose type is AllowTrust.
Base represents the common attributes of an operation resource.
BumpSequence is the json resource representing a single operation whose type is BumpSequence.
ChangeTrust is the json resource representing a single operation whose type is ChangeTrust.
CreateAccount is the json resource representing a single operation whose type is CreateAccount.
CreatePassiveSellOffer is the json resource representing a single operation whose type is CreatePassiveSellOffer.
Inflation is the json resource representing a single operation whose type is Inflation.
ManageBuyOffer is the json resource representing a single operation whose type is ManageBuyOffer.
ManageData represents a ManageData operation as it is serialized into json for the horizon API.
ManageSellOffer is the json resource representing a single operation whose type is ManageSellOffer.
Offer is an embedded resource used in offer type operations.
OperationsPage is the json resource representing a page of operations.
PathPayment is the json resource representing a single operation whose type is PathPayment.
Payment is the json resource representing a single operation whose type is Payment.
SetOptions is the json resource representing a single operation whose type is SetOptions.

# Interfaces

Operation interface contains methods implemented by the operation types.