Versions in this module Expand all Collapse all v0 v0.0.1 Nov 25, 2022 Changes in this version + var TypeNames = map[xdr.OperationType]string + type AccountMerge struct + Account string + AccountMuxed string + AccountMuxedID uint64 + Into string + IntoMuxed string + IntoMuxedID uint64 + type AllowTrust struct + Authorize bool + AuthorizeToMaintainLiabilities bool + Trustee string + TrusteeMuxed string + TrusteeMuxedID uint64 + Trustor string + type Base struct + ID string + LedgerCloseTime time.Time + Links struct{ ... } + PT string + SourceAccount string + SourceAccountMuxed string + SourceAccountMuxedID uint64 + Sponsor string + Transaction *horizon.Transaction + TransactionHash string + TransactionSuccessful bool + Type string + TypeI int32 + func (base Base) GetBase() Base + func (base Base) GetID() string + func (base Base) GetTransactionHash() string + func (base Base) GetType() string + func (base Base) GetTypeI() int32 + func (base Base) IsTransactionSuccessful() bool + func (base Base) PagingToken() string + type BeginSponsoringFutureReserves struct + SponsoredID string + type BumpSequence struct + BumpTo string + type ChangeTrust struct + Limit string + Trustee string + Trustor string + TrustorMuxed string + TrustorMuxedID uint64 + type ClaimClaimableBalance struct + BalanceID string + Claimant string + ClaimantMuxed string + ClaimantMuxedID uint64 + type Clawback struct + Amount string + From string + FromMuxed string + FromMuxedID uint64 + type ClawbackClaimableBalance struct + BalanceID string + type CreateAccount struct + Account string + Funder string + FunderMuxed string + FunderMuxedID uint64 + StartingBalance string + type CreateClaimableBalance struct + Amount string + Asset string + Claimants []horizon.Claimant + type CreatePassiveSellOffer struct + type EndSponsoringFutureReserves struct + BeginSponsor string + BeginSponsorMuxed string + BeginSponsorMuxedID uint64 + type Inflation struct + type LiquidityPoolDeposit struct + LiquidityPoolID string + MaxPrice string + MaxPriceR base.Price + MinPrice string + MinPriceR base.Price + ReservesDeposited []base.AssetAmount + ReservesMax []base.AssetAmount + SharesReceived string + type LiquidityPoolWithdraw struct + LiquidityPoolID string + ReservesMin []base.AssetAmount + ReservesReceived []base.AssetAmount + Shares string + type ManageBuyOffer struct + OfferID int64 + type ManageData struct + Name string + Value string + type ManageSellOffer struct + OfferID int64 + type Offer struct + Amount string + BuyingAssetCode string + BuyingAssetIssuer string + BuyingAssetType string + Price string + PriceR base.Price + SellingAssetCode string + SellingAssetIssuer string + SellingAssetType string + type Operation interface + GetBase func() Base + GetID func() string + GetTransactionHash func() string + GetType func() string + IsTransactionSuccessful func() bool + PagingToken func() string + func UnmarshalOperation(operationTypeID int32, dataString []byte) (ops Operation, err error) + type OperationsPage struct + Embedded struct{ ... } + Links hal.Links + func (ops *OperationsPage) UnmarshalJSON(data []byte) error + type PathPayment struct + Path []base.Asset + SourceAmount string + SourceAssetCode string + SourceAssetIssuer string + SourceAssetType string + SourceMax string + type PathPaymentStrictSend struct + DestinationMin string + Path []base.Asset + SourceAmount string + SourceAssetCode string + SourceAssetIssuer string + SourceAssetType string + type Payment struct + Amount string + From string + FromMuxed string + FromMuxedID uint64 + To string + ToMuxed string + ToMuxedID uint64 + type RevokeSponsorship struct + AccountID *string + ClaimableBalanceID *string + DataAccountID *string + DataName *string + OfferID *int64 + SignerAccountID *string + SignerKey *string + TrustlineAccountID *string + TrustlineAsset *string + TrustlineLiquidityPoolID *string + type SetOptions struct + ClearFlags []int + ClearFlagsS []string + HighThreshold *int + HomeDomain string + InflationDest string + LowThreshold *int + MasterKeyWeight *int + MedThreshold *int + SetFlags []int + SetFlagsS []string + SignerKey string + SignerWeight *int + type SetTrustLineFlags struct + ClearFlags []int + ClearFlagsS []string + SetFlags []int + SetFlagsS []string + Trustor string