Documentation ¶
Overview ¶
Package xdr contains the generated code for parsing the xdr structures used for stellar.
Package xdr is generated from:
xdr/Stellar-SCP.x xdr/Stellar-ledger-entries.x xdr/Stellar-ledger.x xdr/Stellar-overlay.x xdr/Stellar-transaction.x xdr/Stellar-types.x
DO NOT EDIT or your changes may be overwritten
Index ¶
- Constants
- Variables
- func Marshal(w io.Writer, v interface{}) (int, error)
- func MarshalBase64(v interface{}) (string, error)
- func MarshalFramed(w io.Writer, v interface{}) error
- func MarshalHex(v interface{}) (string, error)
- func ReadFrameLength(d *xdr.Decoder) (uint32, error)
- func SafeUnmarshal(data []byte, dest interface{}) error
- func SafeUnmarshalBase64(data string, dest interface{}) error
- func SafeUnmarshalHex(data string, dest interface{}) error
- func Unmarshal(r io.Reader, v interface{}) (int, error)
- type AccountEntry
- func (s *AccountEntry) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *AccountEntry) EncodeTo(e *xdr.Encoder) error
- func (account *AccountEntry) Liabilities() Liabilities
- func (s AccountEntry) MarshalBinary() ([]byte, error)
- func (account *AccountEntry) MasterKeyWeight() byte
- func (account *AccountEntry) NumSponsored() Uint32
- func (account *AccountEntry) NumSponsoring() Uint32
- func (account *AccountEntry) SeqLedger() Uint32
- func (account *AccountEntry) SeqTime() TimePoint
- func (account *AccountEntry) SignerSponsoringIDs() []SponsorshipDescriptor
- func (account *AccountEntry) SignerSummary() map[string]int32
- func (account *AccountEntry) SponsorPerSigner() map[string]AccountId
- func (account *AccountEntry) ThresholdHigh() byte
- func (account *AccountEntry) ThresholdLow() byte
- func (account *AccountEntry) ThresholdMedium() byte
- func (s *AccountEntry) UnmarshalBinary(inp []byte) error
- type AccountEntryExt
- func (u AccountEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *AccountEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AccountEntryExt) EncodeTo(e *xdr.Encoder) error
- func (u AccountEntryExt) GetV1() (result AccountEntryExtensionV1, ok bool)
- func (s AccountEntryExt) MarshalBinary() ([]byte, error)
- func (u AccountEntryExt) MustV1() AccountEntryExtensionV1
- func (u AccountEntryExt) SwitchFieldName() string
- func (s *AccountEntryExt) UnmarshalBinary(inp []byte) error
- type AccountEntryExtensionV1
- type AccountEntryExtensionV1Ext
- func (u AccountEntryExtensionV1Ext) ArmForSwitch(sw int32) (string, bool)
- func (u *AccountEntryExtensionV1Ext) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AccountEntryExtensionV1Ext) EncodeTo(e *xdr.Encoder) error
- func (u AccountEntryExtensionV1Ext) GetV2() (result AccountEntryExtensionV2, ok bool)
- func (s AccountEntryExtensionV1Ext) MarshalBinary() ([]byte, error)
- func (u AccountEntryExtensionV1Ext) MustV2() AccountEntryExtensionV2
- func (u AccountEntryExtensionV1Ext) SwitchFieldName() string
- func (s *AccountEntryExtensionV1Ext) UnmarshalBinary(inp []byte) error
- type AccountEntryExtensionV2
- type AccountEntryExtensionV2Ext
- func (u AccountEntryExtensionV2Ext) ArmForSwitch(sw int32) (string, bool)
- func (u *AccountEntryExtensionV2Ext) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AccountEntryExtensionV2Ext) EncodeTo(e *xdr.Encoder) error
- func (u AccountEntryExtensionV2Ext) GetV3() (result AccountEntryExtensionV3, ok bool)
- func (s AccountEntryExtensionV2Ext) MarshalBinary() ([]byte, error)
- func (u AccountEntryExtensionV2Ext) MustV3() AccountEntryExtensionV3
- func (u AccountEntryExtensionV2Ext) SwitchFieldName() string
- func (s *AccountEntryExtensionV2Ext) UnmarshalBinary(inp []byte) error
- type AccountEntryExtensionV3
- type AccountFlags
- func (e *AccountFlags) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e AccountFlags) EncodeTo(enc *xdr.Encoder) error
- func (accountFlags AccountFlags) IsAuthClawbackEnabled() bool
- func (accountFlags AccountFlags) IsAuthImmutable() bool
- func (accountFlags AccountFlags) IsAuthRequired() bool
- func (accountFlags AccountFlags) IsAuthRevocable() bool
- func (s AccountFlags) MarshalBinary() ([]byte, error)
- func (t *AccountFlags) Scan(src interface{}) error
- func (e AccountFlags) String() string
- func (s *AccountFlags) UnmarshalBinary(inp []byte) error
- func (e AccountFlags) ValidEnum(v int32) bool
- type AccountId
- func (aid AccountId) Address() string
- func (u AccountId) ArmForSwitch(sw int32) (string, bool)
- func (s *AccountId) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s AccountId) EncodeTo(e *xdr.Encoder) error
- func (aid *AccountId) Equals(other AccountId) bool
- func (aid *AccountId) GetAddress() (string, error)
- func (u AccountId) GetEd25519() (result Uint256, ok bool)
- func (a AccountId) GoString() string
- func (aid *AccountId) LedgerKey() (ret LedgerKey)
- func (s AccountId) MarshalBinary() ([]byte, error)
- func (u AccountId) MustEd25519() Uint256
- func (aid *AccountId) SetAddress(address string) error
- func (u AccountId) SwitchFieldName() string
- func (aid *AccountId) ToMuxedAccount() MuxedAccount
- func (s *AccountId) UnmarshalBinary(inp []byte) error
- type AccountMergeResult
- func (u AccountMergeResult) ArmForSwitch(sw int32) (string, bool)
- func (u *AccountMergeResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AccountMergeResult) EncodeTo(e *xdr.Encoder) error
- func (u AccountMergeResult) GetSourceAccountBalance() (result Int64, ok bool)
- func (s AccountMergeResult) MarshalBinary() ([]byte, error)
- func (u AccountMergeResult) MustSourceAccountBalance() Int64
- func (u AccountMergeResult) SwitchFieldName() string
- func (s *AccountMergeResult) UnmarshalBinary(inp []byte) error
- type AccountMergeResultCode
- func (e *AccountMergeResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e AccountMergeResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s AccountMergeResultCode) MarshalBinary() ([]byte, error)
- func (e AccountMergeResultCode) String() string
- func (s *AccountMergeResultCode) UnmarshalBinary(inp []byte) error
- func (e AccountMergeResultCode) ValidEnum(v int32) bool
- type AllowTrustOp
- type AllowTrustResult
- func (u AllowTrustResult) ArmForSwitch(sw int32) (string, bool)
- func (u *AllowTrustResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AllowTrustResult) EncodeTo(e *xdr.Encoder) error
- func (s AllowTrustResult) MarshalBinary() ([]byte, error)
- func (u AllowTrustResult) SwitchFieldName() string
- func (s *AllowTrustResult) UnmarshalBinary(inp []byte) error
- type AllowTrustResultCode
- func (e *AllowTrustResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e AllowTrustResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s AllowTrustResultCode) MarshalBinary() ([]byte, error)
- func (e AllowTrustResultCode) String() string
- func (s *AllowTrustResultCode) UnmarshalBinary(inp []byte) error
- func (e AllowTrustResultCode) ValidEnum(v int32) bool
- type AlphaNum12
- type AlphaNum4
- type Asset
- func BuildAsset(assetType, issuer, code string) (Asset, error)
- func BuildAssets(s string) ([]Asset, error)
- func MustNewCreditAsset(code string, issuer string) Asset
- func MustNewNativeAsset() Asset
- func NewAsset(aType AssetType, value interface{}) (result Asset, err error)
- func NewCreditAsset(code string, issuer string) (Asset, error)
- func (u Asset) ArmForSwitch(sw int32) (string, bool)
- func (u *Asset) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u Asset) EncodeTo(e *xdr.Encoder) error
- func (a Asset) Equals(other Asset) bool
- func (a Asset) Extract(typ interface{}, code interface{}, issuer interface{}) error
- func (u Asset) GetAlphaNum12() (result AlphaNum12, ok bool)
- func (u Asset) GetAlphaNum4() (result AlphaNum4, ok bool)
- func (a *Asset) GetCode() string
- func (a *Asset) GetIssuer() string
- func (a Asset) GoString() string
- func (a *Asset) LessThan(b Asset) bool
- func (s Asset) MarshalBinary() ([]byte, error)
- func (u Asset) MustAlphaNum12() AlphaNum12
- func (u Asset) MustAlphaNum4() AlphaNum4
- func (a Asset) MustExtract(typ interface{}, code interface{}, issuer interface{})
- func (t *Asset) Scan(src interface{}) error
- func (a *Asset) SetCredit(code string, issuer AccountId) error
- func (a *Asset) SetNative() error
- func (a Asset) String() string
- func (a Asset) StringCanonical() string
- func (u Asset) SwitchFieldName() string
- func (a *Asset) ToAssetCode(code string) (AssetCode, error)
- func (a Asset) ToChangeTrustAsset() ChangeTrustAsset
- func (a Asset) ToTrustLineAsset() TrustLineAsset
- func (s *Asset) UnmarshalBinary(inp []byte) error
- func (t Asset) Value() (driver.Value, error)
- type AssetCode
- func (u AssetCode) ArmForSwitch(sw int32) (string, bool)
- func (u *AssetCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AssetCode) EncodeTo(e *xdr.Encoder) error
- func (u AssetCode) GetAssetCode12() (result AssetCode12, ok bool)
- func (u AssetCode) GetAssetCode4() (result AssetCode4, ok bool)
- func (s AssetCode) GoString() string
- func (s AssetCode) MarshalBinary() ([]byte, error)
- func (u AssetCode) MustAssetCode12() AssetCode12
- func (u AssetCode) MustAssetCode4() AssetCode4
- func (u AssetCode) SwitchFieldName() string
- func (a AssetCode) ToAsset(issuer AccountId) (asset Asset)
- func (s *AssetCode) UnmarshalBinary(inp []byte) error
- type AssetCode12
- type AssetCode4
- type AssetType
- func (e *AssetType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e AssetType) EncodeTo(enc *xdr.Encoder) error
- func (s AssetType) MarshalBinary() ([]byte, error)
- func (t *AssetType) Scan(src interface{}) error
- func (e AssetType) String() string
- func (s *AssetType) UnmarshalBinary(inp []byte) error
- func (e AssetType) ValidEnum(v int32) bool
- type Auth
- type AuthCert
- type AuthenticatedMessage
- func (u AuthenticatedMessage) ArmForSwitch(sw int32) (string, bool)
- func (u *AuthenticatedMessage) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u AuthenticatedMessage) EncodeTo(e *xdr.Encoder) error
- func (u AuthenticatedMessage) GetV0() (result AuthenticatedMessageV0, ok bool)
- func (s AuthenticatedMessage) MarshalBinary() ([]byte, error)
- func (u AuthenticatedMessage) MustV0() AuthenticatedMessageV0
- func (u AuthenticatedMessage) SwitchFieldName() string
- func (s *AuthenticatedMessage) UnmarshalBinary(inp []byte) error
- type AuthenticatedMessageV0
- type BeginSponsoringFutureReservesOp
- func (s *BeginSponsoringFutureReservesOp) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *BeginSponsoringFutureReservesOp) EncodeTo(e *xdr.Encoder) error
- func (s BeginSponsoringFutureReservesOp) MarshalBinary() ([]byte, error)
- func (s *BeginSponsoringFutureReservesOp) UnmarshalBinary(inp []byte) error
- type BeginSponsoringFutureReservesResult
- func (u BeginSponsoringFutureReservesResult) ArmForSwitch(sw int32) (string, bool)
- func (u *BeginSponsoringFutureReservesResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u BeginSponsoringFutureReservesResult) EncodeTo(e *xdr.Encoder) error
- func (s BeginSponsoringFutureReservesResult) MarshalBinary() ([]byte, error)
- func (u BeginSponsoringFutureReservesResult) SwitchFieldName() string
- func (s *BeginSponsoringFutureReservesResult) UnmarshalBinary(inp []byte) error
- type BeginSponsoringFutureReservesResultCode
- func (e *BeginSponsoringFutureReservesResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e BeginSponsoringFutureReservesResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s BeginSponsoringFutureReservesResultCode) MarshalBinary() ([]byte, error)
- func (e BeginSponsoringFutureReservesResultCode) String() string
- func (s *BeginSponsoringFutureReservesResultCode) UnmarshalBinary(inp []byte) error
- func (e BeginSponsoringFutureReservesResultCode) ValidEnum(v int32) bool
- type BucketEntry
- func (u BucketEntry) ArmForSwitch(sw int32) (string, bool)
- func (u *BucketEntry) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u BucketEntry) EncodeTo(e *xdr.Encoder) error
- func (u BucketEntry) GetDeadEntry() (result LedgerKey, ok bool)
- func (u BucketEntry) GetLiveEntry() (result LedgerEntry, ok bool)
- func (u BucketEntry) GetMetaEntry() (result BucketMetadata, ok bool)
- func (s BucketEntry) MarshalBinary() ([]byte, error)
- func (u BucketEntry) MustDeadEntry() LedgerKey
- func (u BucketEntry) MustLiveEntry() LedgerEntry
- func (u BucketEntry) MustMetaEntry() BucketMetadata
- func (u BucketEntry) SwitchFieldName() string
- func (s *BucketEntry) UnmarshalBinary(inp []byte) error
- type BucketEntryType
- func (e *BucketEntryType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e BucketEntryType) EncodeTo(enc *xdr.Encoder) error
- func (s BucketEntryType) MarshalBinary() ([]byte, error)
- func (e BucketEntryType) String() string
- func (s *BucketEntryType) UnmarshalBinary(inp []byte) error
- func (e BucketEntryType) ValidEnum(v int32) bool
- type BucketMetadata
- type BucketMetadataExt
- func (u BucketMetadataExt) ArmForSwitch(sw int32) (string, bool)
- func (u *BucketMetadataExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u BucketMetadataExt) EncodeTo(e *xdr.Encoder) error
- func (s BucketMetadataExt) MarshalBinary() ([]byte, error)
- func (u BucketMetadataExt) SwitchFieldName() string
- func (s *BucketMetadataExt) UnmarshalBinary(inp []byte) error
- type BumpSequenceOp
- type BumpSequenceResult
- func (u BumpSequenceResult) ArmForSwitch(sw int32) (string, bool)
- func (u *BumpSequenceResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u BumpSequenceResult) EncodeTo(e *xdr.Encoder) error
- func (s BumpSequenceResult) MarshalBinary() ([]byte, error)
- func (u BumpSequenceResult) SwitchFieldName() string
- func (s *BumpSequenceResult) UnmarshalBinary(inp []byte) error
- type BumpSequenceResultCode
- func (e *BumpSequenceResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e BumpSequenceResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s BumpSequenceResultCode) MarshalBinary() ([]byte, error)
- func (e BumpSequenceResultCode) String() string
- func (s *BumpSequenceResultCode) UnmarshalBinary(inp []byte) error
- func (e BumpSequenceResultCode) ValidEnum(v int32) bool
- type BytesDecoder
- type ChangeTrustAsset
- func (u ChangeTrustAsset) ArmForSwitch(sw int32) (string, bool)
- func (u *ChangeTrustAsset) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ChangeTrustAsset) EncodeTo(e *xdr.Encoder) error
- func (u ChangeTrustAsset) GetAlphaNum12() (result AlphaNum12, ok bool)
- func (u ChangeTrustAsset) GetAlphaNum4() (result AlphaNum4, ok bool)
- func (u ChangeTrustAsset) GetLiquidityPool() (result LiquidityPoolParameters, ok bool)
- func (s ChangeTrustAsset) MarshalBinary() ([]byte, error)
- func (u ChangeTrustAsset) MustAlphaNum12() AlphaNum12
- func (u ChangeTrustAsset) MustAlphaNum4() AlphaNum4
- func (u ChangeTrustAsset) MustLiquidityPool() LiquidityPoolParameters
- func (u ChangeTrustAsset) SwitchFieldName() string
- func (tla ChangeTrustAsset) ToAsset() Asset
- func (s *ChangeTrustAsset) UnmarshalBinary(inp []byte) error
- type ChangeTrustOp
- type ChangeTrustResult
- func (u ChangeTrustResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ChangeTrustResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ChangeTrustResult) EncodeTo(e *xdr.Encoder) error
- func (s ChangeTrustResult) MarshalBinary() ([]byte, error)
- func (u ChangeTrustResult) SwitchFieldName() string
- func (s *ChangeTrustResult) UnmarshalBinary(inp []byte) error
- type ChangeTrustResultCode
- func (e *ChangeTrustResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ChangeTrustResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ChangeTrustResultCode) MarshalBinary() ([]byte, error)
- func (e ChangeTrustResultCode) String() string
- func (s *ChangeTrustResultCode) UnmarshalBinary(inp []byte) error
- func (e ChangeTrustResultCode) ValidEnum(v int32) bool
- type ClaimAtom
- func (a ClaimAtom) AmountBought() Int64
- func (a ClaimAtom) AmountSold() Int64
- func (u ClaimAtom) ArmForSwitch(sw int32) (string, bool)
- func (a ClaimAtom) AssetBought() Asset
- func (a ClaimAtom) AssetSold() Asset
- func (u *ClaimAtom) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimAtom) EncodeTo(e *xdr.Encoder) error
- func (u ClaimAtom) GetLiquidityPool() (result ClaimLiquidityAtom, ok bool)
- func (u ClaimAtom) GetOrderBook() (result ClaimOfferAtom, ok bool)
- func (u ClaimAtom) GetV0() (result ClaimOfferAtomV0, ok bool)
- func (s ClaimAtom) MarshalBinary() ([]byte, error)
- func (u ClaimAtom) MustLiquidityPool() ClaimLiquidityAtom
- func (u ClaimAtom) MustOrderBook() ClaimOfferAtom
- func (u ClaimAtom) MustV0() ClaimOfferAtomV0
- func (a ClaimAtom) OfferId() Int64
- func (a ClaimAtom) SellerId() AccountId
- func (u ClaimAtom) SwitchFieldName() string
- func (s *ClaimAtom) UnmarshalBinary(inp []byte) error
- type ClaimAtomType
- func (e *ClaimAtomType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimAtomType) EncodeTo(enc *xdr.Encoder) error
- func (s ClaimAtomType) MarshalBinary() ([]byte, error)
- func (e ClaimAtomType) String() string
- func (s *ClaimAtomType) UnmarshalBinary(inp []byte) error
- func (e ClaimAtomType) ValidEnum(v int32) bool
- type ClaimClaimableBalanceOp
- type ClaimClaimableBalanceResult
- func (u ClaimClaimableBalanceResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ClaimClaimableBalanceResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimClaimableBalanceResult) EncodeTo(e *xdr.Encoder) error
- func (s ClaimClaimableBalanceResult) MarshalBinary() ([]byte, error)
- func (u ClaimClaimableBalanceResult) SwitchFieldName() string
- func (s *ClaimClaimableBalanceResult) UnmarshalBinary(inp []byte) error
- type ClaimClaimableBalanceResultCode
- func (e *ClaimClaimableBalanceResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimClaimableBalanceResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ClaimClaimableBalanceResultCode) MarshalBinary() ([]byte, error)
- func (e ClaimClaimableBalanceResultCode) String() string
- func (s *ClaimClaimableBalanceResultCode) UnmarshalBinary(inp []byte) error
- func (e ClaimClaimableBalanceResultCode) ValidEnum(v int32) bool
- type ClaimLiquidityAtom
- type ClaimOfferAtom
- type ClaimOfferAtomV0
- type ClaimPredicate
- func (u ClaimPredicate) ArmForSwitch(sw int32) (string, bool)
- func (u *ClaimPredicate) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimPredicate) EncodeTo(e *xdr.Encoder) error
- func (u ClaimPredicate) GetAbsBefore() (result Int64, ok bool)
- func (u ClaimPredicate) GetAndPredicates() (result []ClaimPredicate, ok bool)
- func (u ClaimPredicate) GetNotPredicate() (result *ClaimPredicate, ok bool)
- func (u ClaimPredicate) GetOrPredicates() (result []ClaimPredicate, ok bool)
- func (u ClaimPredicate) GetRelBefore() (result Int64, ok bool)
- func (s ClaimPredicate) MarshalBinary() ([]byte, error)
- func (c ClaimPredicate) MarshalJSON() ([]byte, error)
- func (u ClaimPredicate) MustAbsBefore() Int64
- func (u ClaimPredicate) MustAndPredicates() []ClaimPredicate
- func (u ClaimPredicate) MustNotPredicate() *ClaimPredicate
- func (u ClaimPredicate) MustOrPredicates() []ClaimPredicate
- func (u ClaimPredicate) MustRelBefore() Int64
- func (c *ClaimPredicate) Scan(src interface{}) error
- func (u ClaimPredicate) SwitchFieldName() string
- func (s *ClaimPredicate) UnmarshalBinary(inp []byte) error
- func (c *ClaimPredicate) UnmarshalJSON(b []byte) error
- func (c ClaimPredicate) Value() (driver.Value, error)
- type ClaimPredicateType
- func (e *ClaimPredicateType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimPredicateType) EncodeTo(enc *xdr.Encoder) error
- func (s ClaimPredicateType) MarshalBinary() ([]byte, error)
- func (e ClaimPredicateType) String() string
- func (s *ClaimPredicateType) UnmarshalBinary(inp []byte) error
- func (e ClaimPredicateType) ValidEnum(v int32) bool
- type ClaimableBalanceEntry
- func (s *ClaimableBalanceEntry) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *ClaimableBalanceEntry) EncodeTo(e *xdr.Encoder) error
- func (entry *ClaimableBalanceEntry) Flags() ClaimableBalanceFlags
- func (s ClaimableBalanceEntry) MarshalBinary() ([]byte, error)
- func (s *ClaimableBalanceEntry) UnmarshalBinary(inp []byte) error
- type ClaimableBalanceEntryExt
- func (u ClaimableBalanceEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *ClaimableBalanceEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimableBalanceEntryExt) EncodeTo(e *xdr.Encoder) error
- func (u ClaimableBalanceEntryExt) GetV1() (result ClaimableBalanceEntryExtensionV1, ok bool)
- func (s ClaimableBalanceEntryExt) MarshalBinary() ([]byte, error)
- func (u ClaimableBalanceEntryExt) MustV1() ClaimableBalanceEntryExtensionV1
- func (u ClaimableBalanceEntryExt) SwitchFieldName() string
- func (s *ClaimableBalanceEntryExt) UnmarshalBinary(inp []byte) error
- type ClaimableBalanceEntryExtensionV1
- func (s *ClaimableBalanceEntryExtensionV1) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *ClaimableBalanceEntryExtensionV1) EncodeTo(e *xdr.Encoder) error
- func (s ClaimableBalanceEntryExtensionV1) MarshalBinary() ([]byte, error)
- func (s *ClaimableBalanceEntryExtensionV1) UnmarshalBinary(inp []byte) error
- type ClaimableBalanceEntryExtensionV1Ext
- func (u ClaimableBalanceEntryExtensionV1Ext) ArmForSwitch(sw int32) (string, bool)
- func (u *ClaimableBalanceEntryExtensionV1Ext) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimableBalanceEntryExtensionV1Ext) EncodeTo(e *xdr.Encoder) error
- func (s ClaimableBalanceEntryExtensionV1Ext) MarshalBinary() ([]byte, error)
- func (u ClaimableBalanceEntryExtensionV1Ext) SwitchFieldName() string
- func (s *ClaimableBalanceEntryExtensionV1Ext) UnmarshalBinary(inp []byte) error
- type ClaimableBalanceFlags
- func (e *ClaimableBalanceFlags) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimableBalanceFlags) EncodeTo(enc *xdr.Encoder) error
- func (cbFlags ClaimableBalanceFlags) IsClawbackEnabled() bool
- func (s ClaimableBalanceFlags) MarshalBinary() ([]byte, error)
- func (e ClaimableBalanceFlags) String() string
- func (s *ClaimableBalanceFlags) UnmarshalBinary(inp []byte) error
- func (e ClaimableBalanceFlags) ValidEnum(v int32) bool
- type ClaimableBalanceId
- func (u ClaimableBalanceId) ArmForSwitch(sw int32) (string, bool)
- func (u *ClaimableBalanceId) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClaimableBalanceId) EncodeTo(e *xdr.Encoder) error
- func (u ClaimableBalanceId) GetV0() (result Hash, ok bool)
- func (s ClaimableBalanceId) MarshalBinary() ([]byte, error)
- func (u ClaimableBalanceId) MustV0() Hash
- func (u ClaimableBalanceId) SwitchFieldName() string
- func (s *ClaimableBalanceId) UnmarshalBinary(inp []byte) error
- type ClaimableBalanceIdType
- func (e *ClaimableBalanceIdType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimableBalanceIdType) EncodeTo(enc *xdr.Encoder) error
- func (s ClaimableBalanceIdType) MarshalBinary() ([]byte, error)
- func (e ClaimableBalanceIdType) String() string
- func (s *ClaimableBalanceIdType) UnmarshalBinary(inp []byte) error
- func (e ClaimableBalanceIdType) ValidEnum(v int32) bool
- type Claimant
- func (u Claimant) ArmForSwitch(sw int32) (string, bool)
- func (u *Claimant) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u Claimant) EncodeTo(e *xdr.Encoder) error
- func (u Claimant) GetV0() (result ClaimantV0, ok bool)
- func (s Claimant) MarshalBinary() ([]byte, error)
- func (u Claimant) MustV0() ClaimantV0
- func (u Claimant) SwitchFieldName() string
- func (s *Claimant) UnmarshalBinary(inp []byte) error
- type ClaimantType
- func (e *ClaimantType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClaimantType) EncodeTo(enc *xdr.Encoder) error
- func (s ClaimantType) MarshalBinary() ([]byte, error)
- func (e ClaimantType) String() string
- func (s *ClaimantType) UnmarshalBinary(inp []byte) error
- func (e ClaimantType) ValidEnum(v int32) bool
- type ClaimantV0
- type ClawbackClaimableBalanceOp
- type ClawbackClaimableBalanceResult
- func (u ClawbackClaimableBalanceResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ClawbackClaimableBalanceResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClawbackClaimableBalanceResult) EncodeTo(e *xdr.Encoder) error
- func (s ClawbackClaimableBalanceResult) MarshalBinary() ([]byte, error)
- func (u ClawbackClaimableBalanceResult) SwitchFieldName() string
- func (s *ClawbackClaimableBalanceResult) UnmarshalBinary(inp []byte) error
- type ClawbackClaimableBalanceResultCode
- func (e *ClawbackClaimableBalanceResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClawbackClaimableBalanceResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ClawbackClaimableBalanceResultCode) MarshalBinary() ([]byte, error)
- func (e ClawbackClaimableBalanceResultCode) String() string
- func (s *ClawbackClaimableBalanceResultCode) UnmarshalBinary(inp []byte) error
- func (e ClawbackClaimableBalanceResultCode) ValidEnum(v int32) bool
- type ClawbackOp
- type ClawbackResult
- func (u ClawbackResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ClawbackResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ClawbackResult) EncodeTo(e *xdr.Encoder) error
- func (s ClawbackResult) MarshalBinary() ([]byte, error)
- func (u ClawbackResult) SwitchFieldName() string
- func (s *ClawbackResult) UnmarshalBinary(inp []byte) error
- type ClawbackResultCode
- func (e *ClawbackResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ClawbackResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ClawbackResultCode) MarshalBinary() ([]byte, error)
- func (e ClawbackResultCode) String() string
- func (s *ClawbackResultCode) UnmarshalBinary(inp []byte) error
- func (e ClawbackResultCode) ValidEnum(v int32) bool
- type CreateAccountOp
- type CreateAccountResult
- func (u CreateAccountResult) ArmForSwitch(sw int32) (string, bool)
- func (u *CreateAccountResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u CreateAccountResult) EncodeTo(e *xdr.Encoder) error
- func (s CreateAccountResult) MarshalBinary() ([]byte, error)
- func (u CreateAccountResult) SwitchFieldName() string
- func (s *CreateAccountResult) UnmarshalBinary(inp []byte) error
- type CreateAccountResultCode
- func (e *CreateAccountResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e CreateAccountResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s CreateAccountResultCode) MarshalBinary() ([]byte, error)
- func (e CreateAccountResultCode) String() string
- func (s *CreateAccountResultCode) UnmarshalBinary(inp []byte) error
- func (e CreateAccountResultCode) ValidEnum(v int32) bool
- type CreateClaimableBalanceOp
- type CreateClaimableBalanceResult
- func (u CreateClaimableBalanceResult) ArmForSwitch(sw int32) (string, bool)
- func (u *CreateClaimableBalanceResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u CreateClaimableBalanceResult) EncodeTo(e *xdr.Encoder) error
- func (u CreateClaimableBalanceResult) GetBalanceId() (result ClaimableBalanceId, ok bool)
- func (s CreateClaimableBalanceResult) MarshalBinary() ([]byte, error)
- func (u CreateClaimableBalanceResult) MustBalanceId() ClaimableBalanceId
- func (u CreateClaimableBalanceResult) SwitchFieldName() string
- func (s *CreateClaimableBalanceResult) UnmarshalBinary(inp []byte) error
- type CreateClaimableBalanceResultCode
- func (e *CreateClaimableBalanceResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e CreateClaimableBalanceResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s CreateClaimableBalanceResultCode) MarshalBinary() ([]byte, error)
- func (e CreateClaimableBalanceResultCode) String() string
- func (s *CreateClaimableBalanceResultCode) UnmarshalBinary(inp []byte) error
- func (e CreateClaimableBalanceResultCode) ValidEnum(v int32) bool
- type CreatePassiveSellOfferOp
- type CryptoKeyType
- func (e *CryptoKeyType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e CryptoKeyType) EncodeTo(enc *xdr.Encoder) error
- func (s CryptoKeyType) MarshalBinary() ([]byte, error)
- func (e CryptoKeyType) String() string
- func (s *CryptoKeyType) UnmarshalBinary(inp []byte) error
- func (e CryptoKeyType) ValidEnum(v int32) bool
- type Curve25519Public
- type Curve25519Secret
- type DataEntry
- type DataEntryExt
- func (u DataEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *DataEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u DataEntryExt) EncodeTo(e *xdr.Encoder) error
- func (s DataEntryExt) MarshalBinary() ([]byte, error)
- func (u DataEntryExt) SwitchFieldName() string
- func (s *DataEntryExt) UnmarshalBinary(inp []byte) error
- type DataValue
- type DecoderFrom
- type DecoratedSignature
- type DontHave
- type Duration
- type EncoderTo
- type EncodingBuffer
- func (e *EncodingBuffer) LedgerKeyUnsafeMarshalBinaryCompress(key LedgerKey) ([]byte, error)
- func (e *EncodingBuffer) MarshalBase64(encodable EncoderTo) (string, error)
- func (e *EncodingBuffer) MarshalBinary(encodable EncoderTo) ([]byte, error)
- func (e *EncodingBuffer) MarshalHex(encodable EncoderTo) (string, error)
- func (e *EncodingBuffer) UnsafeMarshalBase64(encodable EncoderTo) ([]byte, error)
- func (e *EncodingBuffer) UnsafeMarshalBinary(encodable EncoderTo) ([]byte, error)
- func (e *EncodingBuffer) UnsafeMarshalHex(encodable EncoderTo) ([]byte, error)
- type EncryptedBody
- type EndSponsoringFutureReservesResult
- func (u EndSponsoringFutureReservesResult) ArmForSwitch(sw int32) (string, bool)
- func (u *EndSponsoringFutureReservesResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u EndSponsoringFutureReservesResult) EncodeTo(e *xdr.Encoder) error
- func (s EndSponsoringFutureReservesResult) MarshalBinary() ([]byte, error)
- func (u EndSponsoringFutureReservesResult) SwitchFieldName() string
- func (s *EndSponsoringFutureReservesResult) UnmarshalBinary(inp []byte) error
- type EndSponsoringFutureReservesResultCode
- func (e *EndSponsoringFutureReservesResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e EndSponsoringFutureReservesResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s EndSponsoringFutureReservesResultCode) MarshalBinary() ([]byte, error)
- func (e EndSponsoringFutureReservesResultCode) String() string
- func (s *EndSponsoringFutureReservesResultCode) UnmarshalBinary(inp []byte) error
- func (e EndSponsoringFutureReservesResultCode) ValidEnum(v int32) bool
- type EnvelopeType
- func (e *EnvelopeType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e EnvelopeType) EncodeTo(enc *xdr.Encoder) error
- func (s EnvelopeType) MarshalBinary() ([]byte, error)
- func (e EnvelopeType) String() string
- func (s *EnvelopeType) UnmarshalBinary(inp []byte) error
- func (e EnvelopeType) ValidEnum(v int32) bool
- type Error
- type ErrorCode
- type ExtensionPoint
- func (u ExtensionPoint) ArmForSwitch(sw int32) (string, bool)
- func (u *ExtensionPoint) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ExtensionPoint) EncodeTo(e *xdr.Encoder) error
- func (s ExtensionPoint) MarshalBinary() ([]byte, error)
- func (u ExtensionPoint) SwitchFieldName() string
- func (s *ExtensionPoint) UnmarshalBinary(inp []byte) error
- type FeeBumpTransaction
- type FeeBumpTransactionEnvelope
- type FeeBumpTransactionExt
- func (u FeeBumpTransactionExt) ArmForSwitch(sw int32) (string, bool)
- func (u *FeeBumpTransactionExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u FeeBumpTransactionExt) EncodeTo(e *xdr.Encoder) error
- func (s FeeBumpTransactionExt) MarshalBinary() ([]byte, error)
- func (u FeeBumpTransactionExt) SwitchFieldName() string
- func (s *FeeBumpTransactionExt) UnmarshalBinary(inp []byte) error
- type FeeBumpTransactionInnerTx
- func (u FeeBumpTransactionInnerTx) ArmForSwitch(sw int32) (string, bool)
- func (u *FeeBumpTransactionInnerTx) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u FeeBumpTransactionInnerTx) EncodeTo(e *xdr.Encoder) error
- func (u FeeBumpTransactionInnerTx) GetV1() (result TransactionV1Envelope, ok bool)
- func (e FeeBumpTransactionInnerTx) GoString() string
- func (s FeeBumpTransactionInnerTx) MarshalBinary() ([]byte, error)
- func (u FeeBumpTransactionInnerTx) MustV1() TransactionV1Envelope
- func (u FeeBumpTransactionInnerTx) SwitchFieldName() string
- func (s *FeeBumpTransactionInnerTx) UnmarshalBinary(inp []byte) error
- type FloodAdvert
- type FloodDemand
- type GeneralizedTransactionSet
- func (u GeneralizedTransactionSet) ArmForSwitch(sw int32) (string, bool)
- func (u *GeneralizedTransactionSet) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u GeneralizedTransactionSet) EncodeTo(e *xdr.Encoder) error
- func (u GeneralizedTransactionSet) GetV1TxSet() (result TransactionSetV1, ok bool)
- func (s GeneralizedTransactionSet) MarshalBinary() ([]byte, error)
- func (u GeneralizedTransactionSet) MustV1TxSet() TransactionSetV1
- func (u GeneralizedTransactionSet) SwitchFieldName() string
- func (s *GeneralizedTransactionSet) UnmarshalBinary(inp []byte) error
- type Hash
- func (s *Hash) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *Hash) EncodeTo(e *xdr.Encoder) error
- func (h Hash) HexString() string
- func (s Hash) MarshalBinary() ([]byte, error)
- func (t *Hash) Scan(src interface{}) error
- func (s *Hash) UnmarshalBinary(inp []byte) error
- func (e Hash) XDRMaxSize() int
- type HashIdPreimage
- func (u HashIdPreimage) ArmForSwitch(sw int32) (string, bool)
- func (u *HashIdPreimage) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u HashIdPreimage) EncodeTo(e *xdr.Encoder) error
- func (u HashIdPreimage) GetOperationId() (result HashIdPreimageOperationId, ok bool)
- func (u HashIdPreimage) GetRevokeId() (result HashIdPreimageRevokeId, ok bool)
- func (s HashIdPreimage) MarshalBinary() ([]byte, error)
- func (u HashIdPreimage) MustOperationId() HashIdPreimageOperationId
- func (u HashIdPreimage) MustRevokeId() HashIdPreimageRevokeId
- func (u HashIdPreimage) SwitchFieldName() string
- func (s *HashIdPreimage) UnmarshalBinary(inp []byte) error
- type HashIdPreimageOperationId
- type HashIdPreimageRevokeId
- type Hello
- type HmacSha256Key
- type HmacSha256Mac
- type InflationPayout
- type InflationResult
- func (u InflationResult) ArmForSwitch(sw int32) (string, bool)
- func (u *InflationResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u InflationResult) EncodeTo(e *xdr.Encoder) error
- func (u InflationResult) GetPayouts() (result []InflationPayout, ok bool)
- func (s InflationResult) MarshalBinary() ([]byte, error)
- func (u InflationResult) MustPayouts() []InflationPayout
- func (u InflationResult) SwitchFieldName() string
- func (s *InflationResult) UnmarshalBinary(inp []byte) error
- type InflationResultCode
- func (e *InflationResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e InflationResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s InflationResultCode) MarshalBinary() ([]byte, error)
- func (e InflationResultCode) String() string
- func (s *InflationResultCode) UnmarshalBinary(inp []byte) error
- func (e InflationResultCode) ValidEnum(v int32) bool
- type InnerTransactionResult
- type InnerTransactionResultExt
- func (u InnerTransactionResultExt) ArmForSwitch(sw int32) (string, bool)
- func (u *InnerTransactionResultExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u InnerTransactionResultExt) EncodeTo(e *xdr.Encoder) error
- func (s InnerTransactionResultExt) MarshalBinary() ([]byte, error)
- func (u InnerTransactionResultExt) SwitchFieldName() string
- func (s *InnerTransactionResultExt) UnmarshalBinary(inp []byte) error
- type InnerTransactionResultPair
- type InnerTransactionResultResult
- func (u InnerTransactionResultResult) ArmForSwitch(sw int32) (string, bool)
- func (u *InnerTransactionResultResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u InnerTransactionResultResult) EncodeTo(e *xdr.Encoder) error
- func (u InnerTransactionResultResult) GetResults() (result []OperationResult, ok bool)
- func (s InnerTransactionResultResult) MarshalBinary() ([]byte, error)
- func (u InnerTransactionResultResult) MustResults() []OperationResult
- func (u InnerTransactionResultResult) SwitchFieldName() string
- func (s *InnerTransactionResultResult) UnmarshalBinary(inp []byte) error
- type Int32
- type Int64
- type IpAddrType
- func (e *IpAddrType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e IpAddrType) EncodeTo(enc *xdr.Encoder) error
- func (s IpAddrType) MarshalBinary() ([]byte, error)
- func (e IpAddrType) String() string
- func (s *IpAddrType) UnmarshalBinary(inp []byte) error
- func (e IpAddrType) ValidEnum(v int32) bool
- type Keyer
- type LedgerBounds
- type LedgerCloseMeta
- func (u LedgerCloseMeta) ArmForSwitch(sw int32) (string, bool)
- func (l LedgerCloseMeta) BucketListHash() Hash
- func (u *LedgerCloseMeta) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerCloseMeta) EncodeTo(e *xdr.Encoder) error
- func (u LedgerCloseMeta) GetV0() (result LedgerCloseMetaV0, ok bool)
- func (u LedgerCloseMeta) GetV1() (result LedgerCloseMetaV1, ok bool)
- func (l LedgerCloseMeta) LedgerHash() Hash
- func (l LedgerCloseMeta) LedgerSequence() uint32
- func (s LedgerCloseMeta) MarshalBinary() ([]byte, error)
- func (u LedgerCloseMeta) MustV0() LedgerCloseMetaV0
- func (u LedgerCloseMeta) MustV1() LedgerCloseMetaV1
- func (l LedgerCloseMeta) PreviousLedgerHash() Hash
- func (l LedgerCloseMeta) ProtocolVersion() uint32
- func (u LedgerCloseMeta) SwitchFieldName() string
- func (s *LedgerCloseMeta) UnmarshalBinary(inp []byte) error
- type LedgerCloseMetaV0
- type LedgerCloseMetaV1
- type LedgerCloseValueSignature
- type LedgerEntry
- func (s *LedgerEntry) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *LedgerEntry) EncodeTo(e *xdr.Encoder) error
- func (entry *LedgerEntry) LedgerKey() LedgerKey
- func (s LedgerEntry) MarshalBinary() ([]byte, error)
- func (entry *LedgerEntry) Normalize() *LedgerEntry
- func (entry *LedgerEntry) SponsoringID() SponsorshipDescriptor
- func (s *LedgerEntry) UnmarshalBinary(inp []byte) error
- type LedgerEntryChange
- func (u LedgerEntryChange) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerEntryChange) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerEntryChange) EncodeTo(e *xdr.Encoder) error
- func (change *LedgerEntryChange) EntryType() LedgerEntryType
- func (u LedgerEntryChange) GetCreated() (result LedgerEntry, ok bool)
- func (change *LedgerEntryChange) GetLedgerEntry() (LedgerEntry, bool)
- func (u LedgerEntryChange) GetRemoved() (result LedgerKey, ok bool)
- func (u LedgerEntryChange) GetState() (result LedgerEntry, ok bool)
- func (u LedgerEntryChange) GetUpdated() (result LedgerEntry, ok bool)
- func (change *LedgerEntryChange) LedgerKey() LedgerKey
- func (s LedgerEntryChange) MarshalBinary() ([]byte, error)
- func (change LedgerEntryChange) MarshalBinaryBase64() (string, error)
- func (u LedgerEntryChange) MustCreated() LedgerEntry
- func (u LedgerEntryChange) MustRemoved() LedgerKey
- func (u LedgerEntryChange) MustState() LedgerEntry
- func (u LedgerEntryChange) MustUpdated() LedgerEntry
- func (u LedgerEntryChange) SwitchFieldName() string
- func (s *LedgerEntryChange) UnmarshalBinary(inp []byte) error
- type LedgerEntryChangeType
- func (e *LedgerEntryChangeType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LedgerEntryChangeType) EncodeTo(enc *xdr.Encoder) error
- func (s LedgerEntryChangeType) MarshalBinary() ([]byte, error)
- func (e LedgerEntryChangeType) String() string
- func (s *LedgerEntryChangeType) UnmarshalBinary(inp []byte) error
- func (e LedgerEntryChangeType) ValidEnum(v int32) bool
- type LedgerEntryChanges
- func (s *LedgerEntryChanges) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s LedgerEntryChanges) EncodeTo(e *xdr.Encoder) error
- func (s LedgerEntryChanges) MarshalBinary() ([]byte, error)
- func (t *LedgerEntryChanges) Scan(src interface{}) error
- func (s *LedgerEntryChanges) UnmarshalBinary(inp []byte) error
- type LedgerEntryData
- func (u LedgerEntryData) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerEntryData) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerEntryData) EncodeTo(e *xdr.Encoder) error
- func (u LedgerEntryData) GetAccount() (result AccountEntry, ok bool)
- func (u LedgerEntryData) GetClaimableBalance() (result ClaimableBalanceEntry, ok bool)
- func (u LedgerEntryData) GetData() (result DataEntry, ok bool)
- func (u LedgerEntryData) GetLiquidityPool() (result LiquidityPoolEntry, ok bool)
- func (u LedgerEntryData) GetOffer() (result OfferEntry, ok bool)
- func (u LedgerEntryData) GetTrustLine() (result TrustLineEntry, ok bool)
- func (s LedgerEntryData) MarshalBinary() ([]byte, error)
- func (u LedgerEntryData) MustAccount() AccountEntry
- func (u LedgerEntryData) MustClaimableBalance() ClaimableBalanceEntry
- func (u LedgerEntryData) MustData() DataEntry
- func (u LedgerEntryData) MustLiquidityPool() LiquidityPoolEntry
- func (u LedgerEntryData) MustOffer() OfferEntry
- func (u LedgerEntryData) MustTrustLine() TrustLineEntry
- func (u LedgerEntryData) SwitchFieldName() string
- func (s *LedgerEntryData) UnmarshalBinary(inp []byte) error
- type LedgerEntryExt
- func (u LedgerEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerEntryExt) EncodeTo(e *xdr.Encoder) error
- func (u LedgerEntryExt) GetV1() (result LedgerEntryExtensionV1, ok bool)
- func (s LedgerEntryExt) MarshalBinary() ([]byte, error)
- func (u LedgerEntryExt) MustV1() LedgerEntryExtensionV1
- func (u LedgerEntryExt) SwitchFieldName() string
- func (s *LedgerEntryExt) UnmarshalBinary(inp []byte) error
- type LedgerEntryExtensionV1
- type LedgerEntryExtensionV1Ext
- func (u LedgerEntryExtensionV1Ext) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerEntryExtensionV1Ext) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerEntryExtensionV1Ext) EncodeTo(e *xdr.Encoder) error
- func (s LedgerEntryExtensionV1Ext) MarshalBinary() ([]byte, error)
- func (u LedgerEntryExtensionV1Ext) SwitchFieldName() string
- func (s *LedgerEntryExtensionV1Ext) UnmarshalBinary(inp []byte) error
- type LedgerEntryType
- func (e *LedgerEntryType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LedgerEntryType) EncodeTo(enc *xdr.Encoder) error
- func (s LedgerEntryType) MarshalBinary() ([]byte, error)
- func (e LedgerEntryType) String() string
- func (s *LedgerEntryType) UnmarshalBinary(inp []byte) error
- func (e LedgerEntryType) ValidEnum(v int32) bool
- type LedgerHeader
- type LedgerHeaderExt
- func (u LedgerHeaderExt) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerHeaderExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerHeaderExt) EncodeTo(e *xdr.Encoder) error
- func (u LedgerHeaderExt) GetV1() (result LedgerHeaderExtensionV1, ok bool)
- func (s LedgerHeaderExt) MarshalBinary() ([]byte, error)
- func (u LedgerHeaderExt) MustV1() LedgerHeaderExtensionV1
- func (u LedgerHeaderExt) SwitchFieldName() string
- func (s *LedgerHeaderExt) UnmarshalBinary(inp []byte) error
- type LedgerHeaderExtensionV1
- type LedgerHeaderExtensionV1Ext
- func (u LedgerHeaderExtensionV1Ext) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerHeaderExtensionV1Ext) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerHeaderExtensionV1Ext) EncodeTo(e *xdr.Encoder) error
- func (s LedgerHeaderExtensionV1Ext) MarshalBinary() ([]byte, error)
- func (u LedgerHeaderExtensionV1Ext) SwitchFieldName() string
- func (s *LedgerHeaderExtensionV1Ext) UnmarshalBinary(inp []byte) error
- type LedgerHeaderFlags
- func (e *LedgerHeaderFlags) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LedgerHeaderFlags) EncodeTo(enc *xdr.Encoder) error
- func (s LedgerHeaderFlags) MarshalBinary() ([]byte, error)
- func (e LedgerHeaderFlags) String() string
- func (s *LedgerHeaderFlags) UnmarshalBinary(inp []byte) error
- func (e LedgerHeaderFlags) ValidEnum(v int32) bool
- type LedgerHeaderHistoryEntry
- type LedgerHeaderHistoryEntryExt
- func (u LedgerHeaderHistoryEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerHeaderHistoryEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerHeaderHistoryEntryExt) EncodeTo(e *xdr.Encoder) error
- func (s LedgerHeaderHistoryEntryExt) MarshalBinary() ([]byte, error)
- func (u LedgerHeaderHistoryEntryExt) SwitchFieldName() string
- func (s *LedgerHeaderHistoryEntryExt) UnmarshalBinary(inp []byte) error
- type LedgerKey
- func (u LedgerKey) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerKey) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerKey) EncodeTo(e *xdr.Encoder) error
- func (key *LedgerKey) Equals(other LedgerKey) bool
- func (u LedgerKey) GetAccount() (result LedgerKeyAccount, ok bool)
- func (u LedgerKey) GetClaimableBalance() (result LedgerKeyClaimableBalance, ok bool)
- func (u LedgerKey) GetData() (result LedgerKeyData, ok bool)
- func (u LedgerKey) GetLiquidityPool() (result LedgerKeyLiquidityPool, ok bool)
- func (u LedgerKey) GetOffer() (result LedgerKeyOffer, ok bool)
- func (u LedgerKey) GetTrustLine() (result LedgerKeyTrustLine, ok bool)
- func (key *LedgerKey) LedgerKey() LedgerKey
- func (s LedgerKey) MarshalBinary() ([]byte, error)
- func (key LedgerKey) MarshalBinaryBase64() (string, error)
- func (u LedgerKey) MustAccount() LedgerKeyAccount
- func (u LedgerKey) MustClaimableBalance() LedgerKeyClaimableBalance
- func (u LedgerKey) MustData() LedgerKeyData
- func (u LedgerKey) MustLiquidityPool() LedgerKeyLiquidityPool
- func (u LedgerKey) MustOffer() LedgerKeyOffer
- func (u LedgerKey) MustTrustLine() LedgerKeyTrustLine
- func (key *LedgerKey) SetAccount(account AccountId) error
- func (key *LedgerKey) SetClaimableBalance(balanceID ClaimableBalanceId) error
- func (key *LedgerKey) SetData(account AccountId, name string) error
- func (key *LedgerKey) SetLiquidityPool(poolID PoolId) error
- func (key *LedgerKey) SetOffer(account AccountId, id uint64) error
- func (key *LedgerKey) SetTrustline(account AccountId, line TrustLineAsset) error
- func (u LedgerKey) SwitchFieldName() string
- func (s *LedgerKey) UnmarshalBinary(inp []byte) error
- type LedgerKeyAccount
- type LedgerKeyClaimableBalance
- type LedgerKeyData
- type LedgerKeyLiquidityPool
- type LedgerKeyOffer
- type LedgerKeyTrustLine
- type LedgerScpMessages
- type LedgerUpgrade
- func (u LedgerUpgrade) ArmForSwitch(sw int32) (string, bool)
- func (u *LedgerUpgrade) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LedgerUpgrade) EncodeTo(e *xdr.Encoder) error
- func (u LedgerUpgrade) GetNewBaseFee() (result Uint32, ok bool)
- func (u LedgerUpgrade) GetNewBaseReserve() (result Uint32, ok bool)
- func (u LedgerUpgrade) GetNewFlags() (result Uint32, ok bool)
- func (u LedgerUpgrade) GetNewLedgerVersion() (result Uint32, ok bool)
- func (u LedgerUpgrade) GetNewMaxTxSetSize() (result Uint32, ok bool)
- func (s LedgerUpgrade) MarshalBinary() ([]byte, error)
- func (u LedgerUpgrade) MustNewBaseFee() Uint32
- func (u LedgerUpgrade) MustNewBaseReserve() Uint32
- func (u LedgerUpgrade) MustNewFlags() Uint32
- func (u LedgerUpgrade) MustNewLedgerVersion() Uint32
- func (u LedgerUpgrade) MustNewMaxTxSetSize() Uint32
- func (t *LedgerUpgrade) Scan(src interface{}) error
- func (u LedgerUpgrade) SwitchFieldName() string
- func (s *LedgerUpgrade) UnmarshalBinary(inp []byte) error
- type LedgerUpgradeType
- func (e *LedgerUpgradeType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LedgerUpgradeType) EncodeTo(enc *xdr.Encoder) error
- func (s LedgerUpgradeType) MarshalBinary() ([]byte, error)
- func (e LedgerUpgradeType) String() string
- func (s *LedgerUpgradeType) UnmarshalBinary(inp []byte) error
- func (e LedgerUpgradeType) ValidEnum(v int32) bool
- type Liabilities
- type LiquidityPoolConstantProductParameters
- func (s *LiquidityPoolConstantProductParameters) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *LiquidityPoolConstantProductParameters) EncodeTo(e *xdr.Encoder) error
- func (s LiquidityPoolConstantProductParameters) MarshalBinary() ([]byte, error)
- func (s *LiquidityPoolConstantProductParameters) UnmarshalBinary(inp []byte) error
- type LiquidityPoolDepositOp
- type LiquidityPoolDepositResult
- func (u LiquidityPoolDepositResult) ArmForSwitch(sw int32) (string, bool)
- func (u *LiquidityPoolDepositResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LiquidityPoolDepositResult) EncodeTo(e *xdr.Encoder) error
- func (s LiquidityPoolDepositResult) MarshalBinary() ([]byte, error)
- func (u LiquidityPoolDepositResult) SwitchFieldName() string
- func (s *LiquidityPoolDepositResult) UnmarshalBinary(inp []byte) error
- type LiquidityPoolDepositResultCode
- func (e *LiquidityPoolDepositResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LiquidityPoolDepositResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s LiquidityPoolDepositResultCode) MarshalBinary() ([]byte, error)
- func (e LiquidityPoolDepositResultCode) String() string
- func (s *LiquidityPoolDepositResultCode) UnmarshalBinary(inp []byte) error
- func (e LiquidityPoolDepositResultCode) ValidEnum(v int32) bool
- type LiquidityPoolEntry
- type LiquidityPoolEntryBody
- func (u LiquidityPoolEntryBody) ArmForSwitch(sw int32) (string, bool)
- func (u *LiquidityPoolEntryBody) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LiquidityPoolEntryBody) EncodeTo(e *xdr.Encoder) error
- func (u LiquidityPoolEntryBody) GetConstantProduct() (result LiquidityPoolEntryConstantProduct, ok bool)
- func (s LiquidityPoolEntryBody) MarshalBinary() ([]byte, error)
- func (u LiquidityPoolEntryBody) MustConstantProduct() LiquidityPoolEntryConstantProduct
- func (u LiquidityPoolEntryBody) SwitchFieldName() string
- func (s *LiquidityPoolEntryBody) UnmarshalBinary(inp []byte) error
- type LiquidityPoolEntryConstantProduct
- func (s *LiquidityPoolEntryConstantProduct) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *LiquidityPoolEntryConstantProduct) EncodeTo(e *xdr.Encoder) error
- func (s LiquidityPoolEntryConstantProduct) MarshalBinary() ([]byte, error)
- func (s *LiquidityPoolEntryConstantProduct) UnmarshalBinary(inp []byte) error
- type LiquidityPoolParameters
- func (u LiquidityPoolParameters) ArmForSwitch(sw int32) (string, bool)
- func (u *LiquidityPoolParameters) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LiquidityPoolParameters) EncodeTo(e *xdr.Encoder) error
- func (u LiquidityPoolParameters) GetConstantProduct() (result LiquidityPoolConstantProductParameters, ok bool)
- func (s LiquidityPoolParameters) MarshalBinary() ([]byte, error)
- func (u LiquidityPoolParameters) MustConstantProduct() LiquidityPoolConstantProductParameters
- func (u LiquidityPoolParameters) SwitchFieldName() string
- func (s *LiquidityPoolParameters) UnmarshalBinary(inp []byte) error
- type LiquidityPoolType
- func (e *LiquidityPoolType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LiquidityPoolType) EncodeTo(enc *xdr.Encoder) error
- func (s LiquidityPoolType) MarshalBinary() ([]byte, error)
- func (e LiquidityPoolType) String() string
- func (s *LiquidityPoolType) UnmarshalBinary(inp []byte) error
- func (e LiquidityPoolType) ValidEnum(v int32) bool
- type LiquidityPoolWithdrawOp
- type LiquidityPoolWithdrawResult
- func (u LiquidityPoolWithdrawResult) ArmForSwitch(sw int32) (string, bool)
- func (u *LiquidityPoolWithdrawResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u LiquidityPoolWithdrawResult) EncodeTo(e *xdr.Encoder) error
- func (s LiquidityPoolWithdrawResult) MarshalBinary() ([]byte, error)
- func (u LiquidityPoolWithdrawResult) SwitchFieldName() string
- func (s *LiquidityPoolWithdrawResult) UnmarshalBinary(inp []byte) error
- type LiquidityPoolWithdrawResultCode
- func (e *LiquidityPoolWithdrawResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e LiquidityPoolWithdrawResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s LiquidityPoolWithdrawResultCode) MarshalBinary() ([]byte, error)
- func (e LiquidityPoolWithdrawResultCode) String() string
- func (s *LiquidityPoolWithdrawResultCode) UnmarshalBinary(inp []byte) error
- func (e LiquidityPoolWithdrawResultCode) ValidEnum(v int32) bool
- type ManageBuyOfferOp
- type ManageBuyOfferResult
- func (u ManageBuyOfferResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ManageBuyOfferResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ManageBuyOfferResult) EncodeTo(e *xdr.Encoder) error
- func (u ManageBuyOfferResult) GetSuccess() (result ManageOfferSuccessResult, ok bool)
- func (s ManageBuyOfferResult) MarshalBinary() ([]byte, error)
- func (u ManageBuyOfferResult) MustSuccess() ManageOfferSuccessResult
- func (u ManageBuyOfferResult) SwitchFieldName() string
- func (s *ManageBuyOfferResult) UnmarshalBinary(inp []byte) error
- type ManageBuyOfferResultCode
- func (e *ManageBuyOfferResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ManageBuyOfferResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ManageBuyOfferResultCode) MarshalBinary() ([]byte, error)
- func (e ManageBuyOfferResultCode) String() string
- func (s *ManageBuyOfferResultCode) UnmarshalBinary(inp []byte) error
- func (e ManageBuyOfferResultCode) ValidEnum(v int32) bool
- type ManageDataOp
- type ManageDataResult
- func (u ManageDataResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ManageDataResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ManageDataResult) EncodeTo(e *xdr.Encoder) error
- func (s ManageDataResult) MarshalBinary() ([]byte, error)
- func (u ManageDataResult) SwitchFieldName() string
- func (s *ManageDataResult) UnmarshalBinary(inp []byte) error
- type ManageDataResultCode
- func (e *ManageDataResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ManageDataResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ManageDataResultCode) MarshalBinary() ([]byte, error)
- func (e ManageDataResultCode) String() string
- func (s *ManageDataResultCode) UnmarshalBinary(inp []byte) error
- func (e ManageDataResultCode) ValidEnum(v int32) bool
- type ManageOfferEffect
- func (e *ManageOfferEffect) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ManageOfferEffect) EncodeTo(enc *xdr.Encoder) error
- func (s ManageOfferEffect) MarshalBinary() ([]byte, error)
- func (e ManageOfferEffect) String() string
- func (s *ManageOfferEffect) UnmarshalBinary(inp []byte) error
- func (e ManageOfferEffect) ValidEnum(v int32) bool
- type ManageOfferSuccessResult
- type ManageOfferSuccessResultOffer
- func (u ManageOfferSuccessResultOffer) ArmForSwitch(sw int32) (string, bool)
- func (u *ManageOfferSuccessResultOffer) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ManageOfferSuccessResultOffer) EncodeTo(e *xdr.Encoder) error
- func (u ManageOfferSuccessResultOffer) GetOffer() (result OfferEntry, ok bool)
- func (s ManageOfferSuccessResultOffer) MarshalBinary() ([]byte, error)
- func (u ManageOfferSuccessResultOffer) MustOffer() OfferEntry
- func (u ManageOfferSuccessResultOffer) SwitchFieldName() string
- func (s *ManageOfferSuccessResultOffer) UnmarshalBinary(inp []byte) error
- type ManageSellOfferOp
- type ManageSellOfferResult
- func (u ManageSellOfferResult) ArmForSwitch(sw int32) (string, bool)
- func (u *ManageSellOfferResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ManageSellOfferResult) EncodeTo(e *xdr.Encoder) error
- func (u ManageSellOfferResult) GetSuccess() (result ManageOfferSuccessResult, ok bool)
- func (s ManageSellOfferResult) MarshalBinary() ([]byte, error)
- func (u ManageSellOfferResult) MustSuccess() ManageOfferSuccessResult
- func (u ManageSellOfferResult) SwitchFieldName() string
- func (s *ManageSellOfferResult) UnmarshalBinary(inp []byte) error
- type ManageSellOfferResultCode
- func (e *ManageSellOfferResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ManageSellOfferResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s ManageSellOfferResultCode) MarshalBinary() ([]byte, error)
- func (e ManageSellOfferResultCode) String() string
- func (s *ManageSellOfferResultCode) UnmarshalBinary(inp []byte) error
- func (e ManageSellOfferResultCode) ValidEnum(v int32) bool
- type Memo
- func MemoHash(hash Hash) Memo
- func MemoID(id uint64) Memo
- func MemoRetHash(hash Hash) Memo
- func MemoText(text string) Memo
- func MemoText1024B(text string) Memo
- func MemoText2048B(text string) Memo
- func MemoText4096B(text string) Memo
- func NewMemo(aType MemoType, value interface{}) (result Memo, err error)
- func (u Memo) ArmForSwitch(sw int32) (string, bool)
- func (u *Memo) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u Memo) EncodeTo(e *xdr.Encoder) error
- func (u Memo) GetHash() (result Hash, ok bool)
- func (u Memo) GetId() (result Uint64, ok bool)
- func (u Memo) GetRetHash() (result Hash, ok bool)
- func (u Memo) GetText() (result string, ok bool)
- func (u Memo) GetText1024() (result string, ok bool)
- func (u Memo) GetText2048() (result string, ok bool)
- func (u Memo) GetText4096() (result string, ok bool)
- func (m Memo) GoString() string
- func (s Memo) MarshalBinary() ([]byte, error)
- func (u Memo) MustHash() Hash
- func (u Memo) MustId() Uint64
- func (u Memo) MustRetHash() Hash
- func (u Memo) MustText() string
- func (u Memo) MustText1024() string
- func (u Memo) MustText2048() string
- func (u Memo) MustText4096() string
- func (u Memo) SwitchFieldName() string
- func (s *Memo) UnmarshalBinary(inp []byte) error
- type MemoType
- type MessageType
- func (e *MessageType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e MessageType) EncodeTo(enc *xdr.Encoder) error
- func (s MessageType) MarshalBinary() ([]byte, error)
- func (e MessageType) String() string
- func (s *MessageType) UnmarshalBinary(inp []byte) error
- func (e MessageType) ValidEnum(v int32) bool
- type MuxedAccount
- func AddressToMuxedAccount(address string) (MuxedAccount, error)
- func MustMuxedAddress(address string) MuxedAccount
- func MustMuxedAddressPtr(address string) *MuxedAccount
- func MuxedAccountFromAccountId(gAddress string, id uint64) (MuxedAccount, error)
- func NewMuxedAccount(aType CryptoKeyType, value interface{}) (result MuxedAccount, err error)
- func (m *MuxedAccount) Address() string
- func (u MuxedAccount) ArmForSwitch(sw int32) (string, bool)
- func (u *MuxedAccount) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u MuxedAccount) EncodeTo(e *xdr.Encoder) error
- func (m *MuxedAccount) GetAddress() (string, error)
- func (u MuxedAccount) GetEd25519() (result Uint256, ok bool)
- func (m *MuxedAccount) GetId() (uint64, error)
- func (u MuxedAccount) GetMed25519() (result MuxedAccountMed25519, ok bool)
- func (m MuxedAccount) GoString() string
- func (s MuxedAccount) MarshalBinary() ([]byte, error)
- func (u MuxedAccount) MustEd25519() Uint256
- func (u MuxedAccount) MustMed25519() MuxedAccountMed25519
- func (m *MuxedAccount) SetAddress(address string) error
- func (m *MuxedAccount) SetEd25519Address(address string) error
- func (u MuxedAccount) SwitchFieldName() string
- func (m MuxedAccount) ToAccountId() AccountId
- func (s *MuxedAccount) UnmarshalBinary(inp []byte) error
- type MuxedAccountMed25519
- type NodeId
- func (u NodeId) ArmForSwitch(sw int32) (string, bool)
- func (s *NodeId) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s NodeId) EncodeTo(e *xdr.Encoder) error
- func (u NodeId) GetEd25519() (result Uint256, ok bool)
- func (s NodeId) MarshalBinary() ([]byte, error)
- func (u NodeId) MustEd25519() Uint256
- func (u NodeId) SwitchFieldName() string
- func (s *NodeId) UnmarshalBinary(inp []byte) error
- type OfferEntry
- type OfferEntryExt
- func (u OfferEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *OfferEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u OfferEntryExt) EncodeTo(e *xdr.Encoder) error
- func (s OfferEntryExt) MarshalBinary() ([]byte, error)
- func (u OfferEntryExt) SwitchFieldName() string
- func (s *OfferEntryExt) UnmarshalBinary(inp []byte) error
- type OfferEntryFlags
- func (e *OfferEntryFlags) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e OfferEntryFlags) EncodeTo(enc *xdr.Encoder) error
- func (s OfferEntryFlags) MarshalBinary() ([]byte, error)
- func (e OfferEntryFlags) String() string
- func (s *OfferEntryFlags) UnmarshalBinary(inp []byte) error
- func (e OfferEntryFlags) ValidEnum(v int32) bool
- type Operation
- type OperationBody
- func (u OperationBody) ArmForSwitch(sw int32) (string, bool)
- func (u *OperationBody) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u OperationBody) EncodeTo(e *xdr.Encoder) error
- func (u OperationBody) GetAllowTrustOp() (result AllowTrustOp, ok bool)
- func (u OperationBody) GetBeginSponsoringFutureReservesOp() (result BeginSponsoringFutureReservesOp, ok bool)
- func (u OperationBody) GetBumpSequenceOp() (result BumpSequenceOp, ok bool)
- func (u OperationBody) GetChangeTrustOp() (result ChangeTrustOp, ok bool)
- func (u OperationBody) GetClaimClaimableBalanceOp() (result ClaimClaimableBalanceOp, ok bool)
- func (u OperationBody) GetClawbackClaimableBalanceOp() (result ClawbackClaimableBalanceOp, ok bool)
- func (u OperationBody) GetClawbackOp() (result ClawbackOp, ok bool)
- func (u OperationBody) GetCreateAccountOp() (result CreateAccountOp, ok bool)
- func (u OperationBody) GetCreateClaimableBalanceOp() (result CreateClaimableBalanceOp, ok bool)
- func (u OperationBody) GetCreatePassiveSellOfferOp() (result CreatePassiveSellOfferOp, ok bool)
- func (u OperationBody) GetDestination() (result MuxedAccount, ok bool)
- func (u OperationBody) GetLiquidityPoolDepositOp() (result LiquidityPoolDepositOp, ok bool)
- func (u OperationBody) GetLiquidityPoolWithdrawOp() (result LiquidityPoolWithdrawOp, ok bool)
- func (u OperationBody) GetManageBuyOfferOp() (result ManageBuyOfferOp, ok bool)
- func (u OperationBody) GetManageDataOp() (result ManageDataOp, ok bool)
- func (u OperationBody) GetManageSellOfferOp() (result ManageSellOfferOp, ok bool)
- func (u OperationBody) GetPathPaymentStrictReceiveOp() (result PathPaymentStrictReceiveOp, ok bool)
- func (u OperationBody) GetPathPaymentStrictSendOp() (result PathPaymentStrictSendOp, ok bool)
- func (u OperationBody) GetPaymentOp() (result PaymentOp, ok bool)
- func (u OperationBody) GetRevokeSponsorshipOp() (result RevokeSponsorshipOp, ok bool)
- func (u OperationBody) GetSetOptionsOp() (result SetOptionsOp, ok bool)
- func (u OperationBody) GetSetTrustLineFlagsOp() (result SetTrustLineFlagsOp, ok bool)
- func (o OperationBody) GoString() string
- func (s OperationBody) MarshalBinary() ([]byte, error)
- func (u OperationBody) MustAllowTrustOp() AllowTrustOp
- func (u OperationBody) MustBeginSponsoringFutureReservesOp() BeginSponsoringFutureReservesOp
- func (u OperationBody) MustBumpSequenceOp() BumpSequenceOp
- func (u OperationBody) MustChangeTrustOp() ChangeTrustOp
- func (u OperationBody) MustClaimClaimableBalanceOp() ClaimClaimableBalanceOp
- func (u OperationBody) MustClawbackClaimableBalanceOp() ClawbackClaimableBalanceOp
- func (u OperationBody) MustClawbackOp() ClawbackOp
- func (u OperationBody) MustCreateAccountOp() CreateAccountOp
- func (u OperationBody) MustCreateClaimableBalanceOp() CreateClaimableBalanceOp
- func (u OperationBody) MustCreatePassiveSellOfferOp() CreatePassiveSellOfferOp
- func (u OperationBody) MustDestination() MuxedAccount
- func (u OperationBody) MustLiquidityPoolDepositOp() LiquidityPoolDepositOp
- func (u OperationBody) MustLiquidityPoolWithdrawOp() LiquidityPoolWithdrawOp
- func (u OperationBody) MustManageBuyOfferOp() ManageBuyOfferOp
- func (u OperationBody) MustManageDataOp() ManageDataOp
- func (u OperationBody) MustManageSellOfferOp() ManageSellOfferOp
- func (u OperationBody) MustPathPaymentStrictReceiveOp() PathPaymentStrictReceiveOp
- func (u OperationBody) MustPathPaymentStrictSendOp() PathPaymentStrictSendOp
- func (u OperationBody) MustPaymentOp() PaymentOp
- func (u OperationBody) MustRevokeSponsorshipOp() RevokeSponsorshipOp
- func (u OperationBody) MustSetOptionsOp() SetOptionsOp
- func (u OperationBody) MustSetTrustLineFlagsOp() SetTrustLineFlagsOp
- func (u OperationBody) SwitchFieldName() string
- func (s *OperationBody) UnmarshalBinary(inp []byte) error
- type OperationMeta
- type OperationResult
- func (u OperationResult) ArmForSwitch(sw int32) (string, bool)
- func (u *OperationResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u OperationResult) EncodeTo(e *xdr.Encoder) error
- func (u OperationResult) GetTr() (result OperationResultTr, ok bool)
- func (s OperationResult) MarshalBinary() ([]byte, error)
- func (u OperationResult) MustTr() OperationResultTr
- func (u OperationResult) SwitchFieldName() string
- func (s *OperationResult) UnmarshalBinary(inp []byte) error
- type OperationResultCode
- func (e *OperationResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e OperationResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s OperationResultCode) MarshalBinary() ([]byte, error)
- func (e OperationResultCode) String() string
- func (s *OperationResultCode) UnmarshalBinary(inp []byte) error
- func (e OperationResultCode) ValidEnum(v int32) bool
- type OperationResultTr
- func (u OperationResultTr) ArmForSwitch(sw int32) (string, bool)
- func (u *OperationResultTr) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u OperationResultTr) EncodeTo(e *xdr.Encoder) error
- func (u OperationResultTr) GetAccountMergeResult() (result AccountMergeResult, ok bool)
- func (u OperationResultTr) GetAllowTrustResult() (result AllowTrustResult, ok bool)
- func (u OperationResultTr) GetBeginSponsoringFutureReservesResult() (result BeginSponsoringFutureReservesResult, ok bool)
- func (u OperationResultTr) GetBumpSeqResult() (result BumpSequenceResult, ok bool)
- func (u OperationResultTr) GetChangeTrustResult() (result ChangeTrustResult, ok bool)
- func (u OperationResultTr) GetClaimClaimableBalanceResult() (result ClaimClaimableBalanceResult, ok bool)
- func (u OperationResultTr) GetClawbackClaimableBalanceResult() (result ClawbackClaimableBalanceResult, ok bool)
- func (u OperationResultTr) GetClawbackResult() (result ClawbackResult, ok bool)
- func (u OperationResultTr) GetCreateAccountResult() (result CreateAccountResult, ok bool)
- func (u OperationResultTr) GetCreateClaimableBalanceResult() (result CreateClaimableBalanceResult, ok bool)
- func (u OperationResultTr) GetCreatePassiveSellOfferResult() (result ManageSellOfferResult, ok bool)
- func (u OperationResultTr) GetEndSponsoringFutureReservesResult() (result EndSponsoringFutureReservesResult, ok bool)
- func (u OperationResultTr) GetInflationResult() (result InflationResult, ok bool)
- func (u OperationResultTr) GetLiquidityPoolDepositResult() (result LiquidityPoolDepositResult, ok bool)
- func (u OperationResultTr) GetLiquidityPoolWithdrawResult() (result LiquidityPoolWithdrawResult, ok bool)
- func (u OperationResultTr) GetManageBuyOfferResult() (result ManageBuyOfferResult, ok bool)
- func (u OperationResultTr) GetManageDataResult() (result ManageDataResult, ok bool)
- func (u OperationResultTr) GetManageSellOfferResult() (result ManageSellOfferResult, ok bool)
- func (u OperationResultTr) GetPathPaymentStrictReceiveResult() (result PathPaymentStrictReceiveResult, ok bool)
- func (u OperationResultTr) GetPathPaymentStrictSendResult() (result PathPaymentStrictSendResult, ok bool)
- func (u OperationResultTr) GetPaymentResult() (result PaymentResult, ok bool)
- func (u OperationResultTr) GetRevokeSponsorshipResult() (result RevokeSponsorshipResult, ok bool)
- func (u OperationResultTr) GetSetOptionsResult() (result SetOptionsResult, ok bool)
- func (u OperationResultTr) GetSetTrustLineFlagsResult() (result SetTrustLineFlagsResult, ok bool)
- func (s OperationResultTr) MarshalBinary() ([]byte, error)
- func (u OperationResultTr) MustAccountMergeResult() AccountMergeResult
- func (u OperationResultTr) MustAllowTrustResult() AllowTrustResult
- func (u OperationResultTr) MustBeginSponsoringFutureReservesResult() BeginSponsoringFutureReservesResult
- func (u OperationResultTr) MustBumpSeqResult() BumpSequenceResult
- func (u OperationResultTr) MustChangeTrustResult() ChangeTrustResult
- func (u OperationResultTr) MustClaimClaimableBalanceResult() ClaimClaimableBalanceResult
- func (u OperationResultTr) MustClawbackClaimableBalanceResult() ClawbackClaimableBalanceResult
- func (u OperationResultTr) MustClawbackResult() ClawbackResult
- func (u OperationResultTr) MustCreateAccountResult() CreateAccountResult
- func (u OperationResultTr) MustCreateClaimableBalanceResult() CreateClaimableBalanceResult
- func (u OperationResultTr) MustCreatePassiveSellOfferResult() ManageSellOfferResult
- func (u OperationResultTr) MustEndSponsoringFutureReservesResult() EndSponsoringFutureReservesResult
- func (u OperationResultTr) MustInflationResult() InflationResult
- func (u OperationResultTr) MustLiquidityPoolDepositResult() LiquidityPoolDepositResult
- func (u OperationResultTr) MustLiquidityPoolWithdrawResult() LiquidityPoolWithdrawResult
- func (u OperationResultTr) MustManageBuyOfferResult() ManageBuyOfferResult
- func (u OperationResultTr) MustManageDataResult() ManageDataResult
- func (u OperationResultTr) MustManageSellOfferResult() ManageSellOfferResult
- func (u OperationResultTr) MustPathPaymentStrictReceiveResult() PathPaymentStrictReceiveResult
- func (u OperationResultTr) MustPathPaymentStrictSendResult() PathPaymentStrictSendResult
- func (u OperationResultTr) MustPaymentResult() PaymentResult
- func (u OperationResultTr) MustRevokeSponsorshipResult() RevokeSponsorshipResult
- func (u OperationResultTr) MustSetOptionsResult() SetOptionsResult
- func (u OperationResultTr) MustSetTrustLineFlagsResult() SetTrustLineFlagsResult
- func (u OperationResultTr) SwitchFieldName() string
- func (s *OperationResultTr) UnmarshalBinary(inp []byte) error
- type OperationType
- func (e *OperationType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e OperationType) EncodeTo(enc *xdr.Encoder) error
- func (s OperationType) MarshalBinary() ([]byte, error)
- func (e OperationType) String() string
- func (s *OperationType) UnmarshalBinary(inp []byte) error
- func (e OperationType) ValidEnum(v int32) bool
- type PathPaymentStrictReceiveOp
- type PathPaymentStrictReceiveResult
- func (u PathPaymentStrictReceiveResult) ArmForSwitch(sw int32) (string, bool)
- func (u *PathPaymentStrictReceiveResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u PathPaymentStrictReceiveResult) EncodeTo(e *xdr.Encoder) error
- func (u PathPaymentStrictReceiveResult) GetNoIssuer() (result Asset, ok bool)
- func (u PathPaymentStrictReceiveResult) GetSuccess() (result PathPaymentStrictReceiveResultSuccess, ok bool)
- func (s PathPaymentStrictReceiveResult) MarshalBinary() ([]byte, error)
- func (u PathPaymentStrictReceiveResult) MustNoIssuer() Asset
- func (u PathPaymentStrictReceiveResult) MustSuccess() PathPaymentStrictReceiveResultSuccess
- func (pr *PathPaymentStrictReceiveResult) SendAmount() Int64
- func (u PathPaymentStrictReceiveResult) SwitchFieldName() string
- func (s *PathPaymentStrictReceiveResult) UnmarshalBinary(inp []byte) error
- type PathPaymentStrictReceiveResultCode
- func (e *PathPaymentStrictReceiveResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e PathPaymentStrictReceiveResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s PathPaymentStrictReceiveResultCode) MarshalBinary() ([]byte, error)
- func (e PathPaymentStrictReceiveResultCode) String() string
- func (s *PathPaymentStrictReceiveResultCode) UnmarshalBinary(inp []byte) error
- func (e PathPaymentStrictReceiveResultCode) ValidEnum(v int32) bool
- type PathPaymentStrictReceiveResultSuccess
- func (s *PathPaymentStrictReceiveResultSuccess) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *PathPaymentStrictReceiveResultSuccess) EncodeTo(e *xdr.Encoder) error
- func (s PathPaymentStrictReceiveResultSuccess) MarshalBinary() ([]byte, error)
- func (s *PathPaymentStrictReceiveResultSuccess) UnmarshalBinary(inp []byte) error
- type PathPaymentStrictSendOp
- type PathPaymentStrictSendResult
- func (u PathPaymentStrictSendResult) ArmForSwitch(sw int32) (string, bool)
- func (u *PathPaymentStrictSendResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (pr *PathPaymentStrictSendResult) DestAmount() Int64
- func (u PathPaymentStrictSendResult) EncodeTo(e *xdr.Encoder) error
- func (u PathPaymentStrictSendResult) GetNoIssuer() (result Asset, ok bool)
- func (u PathPaymentStrictSendResult) GetSuccess() (result PathPaymentStrictSendResultSuccess, ok bool)
- func (s PathPaymentStrictSendResult) MarshalBinary() ([]byte, error)
- func (u PathPaymentStrictSendResult) MustNoIssuer() Asset
- func (u PathPaymentStrictSendResult) MustSuccess() PathPaymentStrictSendResultSuccess
- func (u PathPaymentStrictSendResult) SwitchFieldName() string
- func (s *PathPaymentStrictSendResult) UnmarshalBinary(inp []byte) error
- type PathPaymentStrictSendResultCode
- func (e *PathPaymentStrictSendResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e PathPaymentStrictSendResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s PathPaymentStrictSendResultCode) MarshalBinary() ([]byte, error)
- func (e PathPaymentStrictSendResultCode) String() string
- func (s *PathPaymentStrictSendResultCode) UnmarshalBinary(inp []byte) error
- func (e PathPaymentStrictSendResultCode) ValidEnum(v int32) bool
- type PathPaymentStrictSendResultSuccess
- func (s *PathPaymentStrictSendResultSuccess) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *PathPaymentStrictSendResultSuccess) EncodeTo(e *xdr.Encoder) error
- func (s PathPaymentStrictSendResultSuccess) MarshalBinary() ([]byte, error)
- func (s *PathPaymentStrictSendResultSuccess) UnmarshalBinary(inp []byte) error
- type PaymentOp
- type PaymentResult
- func (u PaymentResult) ArmForSwitch(sw int32) (string, bool)
- func (u *PaymentResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u PaymentResult) EncodeTo(e *xdr.Encoder) error
- func (s PaymentResult) MarshalBinary() ([]byte, error)
- func (u PaymentResult) SwitchFieldName() string
- func (s *PaymentResult) UnmarshalBinary(inp []byte) error
- type PaymentResultCode
- func (e *PaymentResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e PaymentResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s PaymentResultCode) MarshalBinary() ([]byte, error)
- func (e PaymentResultCode) String() string
- func (s *PaymentResultCode) UnmarshalBinary(inp []byte) error
- func (e PaymentResultCode) ValidEnum(v int32) bool
- type PeerAddress
- type PeerAddressIp
- func (u PeerAddressIp) ArmForSwitch(sw int32) (string, bool)
- func (u *PeerAddressIp) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u PeerAddressIp) EncodeTo(e *xdr.Encoder) error
- func (u PeerAddressIp) GetIpv4() (result [4]byte, ok bool)
- func (u PeerAddressIp) GetIpv6() (result [16]byte, ok bool)
- func (s PeerAddressIp) MarshalBinary() ([]byte, error)
- func (u PeerAddressIp) MustIpv4() [4]byte
- func (u PeerAddressIp) MustIpv6() [16]byte
- func (u PeerAddressIp) SwitchFieldName() string
- func (s *PeerAddressIp) UnmarshalBinary(inp []byte) error
- type PeerStatList
- type PeerStats
- type PoolId
- type PreconditionType
- func (e *PreconditionType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e PreconditionType) EncodeTo(enc *xdr.Encoder) error
- func (pt PreconditionType) GoString() string
- func (s PreconditionType) MarshalBinary() ([]byte, error)
- func (e PreconditionType) String() string
- func (s *PreconditionType) UnmarshalBinary(inp []byte) error
- func (e PreconditionType) ValidEnum(v int32) bool
- type Preconditions
- func (u Preconditions) ArmForSwitch(sw int32) (string, bool)
- func (u *Preconditions) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u Preconditions) EncodeTo(e *xdr.Encoder) error
- func (u Preconditions) GetTimeBounds() (result TimeBounds, ok bool)
- func (u Preconditions) GetV2() (result PreconditionsV2, ok bool)
- func (p Preconditions) GoString() string
- func (s Preconditions) MarshalBinary() ([]byte, error)
- func (u Preconditions) MustTimeBounds() TimeBounds
- func (u Preconditions) MustV2() PreconditionsV2
- func (u Preconditions) SwitchFieldName() string
- func (s *Preconditions) UnmarshalBinary(inp []byte) error
- type PreconditionsV2
- type Price
- func (p Price) Cheaper(q Price) bool
- func (s *Price) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *Price) EncodeTo(e *xdr.Encoder) error
- func (p Price) Equal(q Price) bool
- func (p *Price) Invert()
- func (s Price) MarshalBinary() ([]byte, error)
- func (p *Price) Normalize()
- func (p Price) String() string
- func (s *Price) UnmarshalBinary(inp []byte) error
- type PublicKey
- func (u PublicKey) ArmForSwitch(sw int32) (string, bool)
- func (u *PublicKey) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u PublicKey) EncodeTo(e *xdr.Encoder) error
- func (u PublicKey) GetEd25519() (result Uint256, ok bool)
- func (s PublicKey) MarshalBinary() ([]byte, error)
- func (u PublicKey) MustEd25519() Uint256
- func (u PublicKey) SwitchFieldName() string
- func (s *PublicKey) UnmarshalBinary(inp []byte) error
- type PublicKeyType
- func (e *PublicKeyType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e PublicKeyType) EncodeTo(enc *xdr.Encoder) error
- func (s PublicKeyType) MarshalBinary() ([]byte, error)
- func (e PublicKeyType) String() string
- func (s *PublicKeyType) UnmarshalBinary(inp []byte) error
- func (e PublicKeyType) ValidEnum(v int32) bool
- type RevokeSponsorshipOp
- func (u RevokeSponsorshipOp) ArmForSwitch(sw int32) (string, bool)
- func (u *RevokeSponsorshipOp) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u RevokeSponsorshipOp) EncodeTo(e *xdr.Encoder) error
- func (u RevokeSponsorshipOp) GetLedgerKey() (result LedgerKey, ok bool)
- func (u RevokeSponsorshipOp) GetSigner() (result RevokeSponsorshipOpSigner, ok bool)
- func (s RevokeSponsorshipOp) MarshalBinary() ([]byte, error)
- func (u RevokeSponsorshipOp) MustLedgerKey() LedgerKey
- func (u RevokeSponsorshipOp) MustSigner() RevokeSponsorshipOpSigner
- func (u RevokeSponsorshipOp) SwitchFieldName() string
- func (s *RevokeSponsorshipOp) UnmarshalBinary(inp []byte) error
- type RevokeSponsorshipOpSigner
- type RevokeSponsorshipResult
- func (u RevokeSponsorshipResult) ArmForSwitch(sw int32) (string, bool)
- func (u *RevokeSponsorshipResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u RevokeSponsorshipResult) EncodeTo(e *xdr.Encoder) error
- func (s RevokeSponsorshipResult) MarshalBinary() ([]byte, error)
- func (u RevokeSponsorshipResult) SwitchFieldName() string
- func (s *RevokeSponsorshipResult) UnmarshalBinary(inp []byte) error
- type RevokeSponsorshipResultCode
- func (e *RevokeSponsorshipResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e RevokeSponsorshipResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s RevokeSponsorshipResultCode) MarshalBinary() ([]byte, error)
- func (e RevokeSponsorshipResultCode) String() string
- func (s *RevokeSponsorshipResultCode) UnmarshalBinary(inp []byte) error
- func (e RevokeSponsorshipResultCode) ValidEnum(v int32) bool
- type RevokeSponsorshipType
- func (e *RevokeSponsorshipType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e RevokeSponsorshipType) EncodeTo(enc *xdr.Encoder) error
- func (s RevokeSponsorshipType) MarshalBinary() ([]byte, error)
- func (e RevokeSponsorshipType) String() string
- func (s *RevokeSponsorshipType) UnmarshalBinary(inp []byte) error
- func (e RevokeSponsorshipType) ValidEnum(v int32) bool
- type ScpBallot
- type ScpEnvelope
- type ScpHistoryEntry
- func (u ScpHistoryEntry) ArmForSwitch(sw int32) (string, bool)
- func (u *ScpHistoryEntry) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ScpHistoryEntry) EncodeTo(e *xdr.Encoder) error
- func (u ScpHistoryEntry) GetV0() (result ScpHistoryEntryV0, ok bool)
- func (s ScpHistoryEntry) MarshalBinary() ([]byte, error)
- func (u ScpHistoryEntry) MustV0() ScpHistoryEntryV0
- func (u ScpHistoryEntry) SwitchFieldName() string
- func (s *ScpHistoryEntry) UnmarshalBinary(inp []byte) error
- type ScpHistoryEntryV0
- type ScpNomination
- type ScpQuorumSet
- type ScpStatement
- type ScpStatementConfirm
- type ScpStatementExternalize
- type ScpStatementPledges
- func (u ScpStatementPledges) ArmForSwitch(sw int32) (string, bool)
- func (u *ScpStatementPledges) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u ScpStatementPledges) EncodeTo(e *xdr.Encoder) error
- func (u ScpStatementPledges) GetConfirm() (result ScpStatementConfirm, ok bool)
- func (u ScpStatementPledges) GetExternalize() (result ScpStatementExternalize, ok bool)
- func (u ScpStatementPledges) GetNominate() (result ScpNomination, ok bool)
- func (u ScpStatementPledges) GetPrepare() (result ScpStatementPrepare, ok bool)
- func (s ScpStatementPledges) MarshalBinary() ([]byte, error)
- func (u ScpStatementPledges) MustConfirm() ScpStatementConfirm
- func (u ScpStatementPledges) MustExternalize() ScpStatementExternalize
- func (u ScpStatementPledges) MustNominate() ScpNomination
- func (u ScpStatementPledges) MustPrepare() ScpStatementPrepare
- func (u ScpStatementPledges) SwitchFieldName() string
- func (s *ScpStatementPledges) UnmarshalBinary(inp []byte) error
- type ScpStatementPrepare
- type ScpStatementType
- func (e *ScpStatementType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ScpStatementType) EncodeTo(enc *xdr.Encoder) error
- func (s ScpStatementType) MarshalBinary() ([]byte, error)
- func (e ScpStatementType) String() string
- func (s *ScpStatementType) UnmarshalBinary(inp []byte) error
- func (e ScpStatementType) ValidEnum(v int32) bool
- type SendMore
- type SequenceNumber
- type SetOptionsOp
- type SetOptionsResult
- func (u SetOptionsResult) ArmForSwitch(sw int32) (string, bool)
- func (u *SetOptionsResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u SetOptionsResult) EncodeTo(e *xdr.Encoder) error
- func (s SetOptionsResult) MarshalBinary() ([]byte, error)
- func (u SetOptionsResult) SwitchFieldName() string
- func (s *SetOptionsResult) UnmarshalBinary(inp []byte) error
- type SetOptionsResultCode
- func (e *SetOptionsResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e SetOptionsResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s SetOptionsResultCode) MarshalBinary() ([]byte, error)
- func (e SetOptionsResultCode) String() string
- func (s *SetOptionsResultCode) UnmarshalBinary(inp []byte) error
- func (e SetOptionsResultCode) ValidEnum(v int32) bool
- type SetTrustLineFlagsOp
- type SetTrustLineFlagsResult
- func (u SetTrustLineFlagsResult) ArmForSwitch(sw int32) (string, bool)
- func (u *SetTrustLineFlagsResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u SetTrustLineFlagsResult) EncodeTo(e *xdr.Encoder) error
- func (s SetTrustLineFlagsResult) MarshalBinary() ([]byte, error)
- func (u SetTrustLineFlagsResult) SwitchFieldName() string
- func (s *SetTrustLineFlagsResult) UnmarshalBinary(inp []byte) error
- type SetTrustLineFlagsResultCode
- func (e *SetTrustLineFlagsResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e SetTrustLineFlagsResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s SetTrustLineFlagsResultCode) MarshalBinary() ([]byte, error)
- func (e SetTrustLineFlagsResultCode) String() string
- func (s *SetTrustLineFlagsResultCode) UnmarshalBinary(inp []byte) error
- func (e SetTrustLineFlagsResultCode) ValidEnum(v int32) bool
- type Signature
- type SignatureHint
- type SignedSurveyRequestMessage
- type SignedSurveyResponseMessage
- type Signer
- type SignerKey
- func (skey *SignerKey) Address() string
- func (u SignerKey) ArmForSwitch(sw int32) (string, bool)
- func (u *SignerKey) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u SignerKey) EncodeTo(e *xdr.Encoder) error
- func (skey *SignerKey) Equals(other SignerKey) bool
- func (skey *SignerKey) GetAddress() (string, error)
- func (u SignerKey) GetEd25519() (result Uint256, ok bool)
- func (u SignerKey) GetEd25519SignedPayload() (result SignerKeyEd25519SignedPayload, ok bool)
- func (u SignerKey) GetHashX() (result Uint256, ok bool)
- func (u SignerKey) GetPreAuthTx() (result Uint256, ok bool)
- func (s SignerKey) MarshalBinary() ([]byte, error)
- func (u SignerKey) MustEd25519() Uint256
- func (u SignerKey) MustEd25519SignedPayload() SignerKeyEd25519SignedPayload
- func (u SignerKey) MustHashX() Uint256
- func (u SignerKey) MustPreAuthTx() Uint256
- func (skey *SignerKey) SetAddress(address string) error
- func (u SignerKey) SwitchFieldName() string
- func (s *SignerKey) UnmarshalBinary(inp []byte) error
- type SignerKeyEd25519SignedPayload
- type SignerKeyType
- func (e *SignerKeyType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e SignerKeyType) EncodeTo(enc *xdr.Encoder) error
- func (s SignerKeyType) MarshalBinary() ([]byte, error)
- func (e SignerKeyType) String() string
- func (s *SignerKeyType) UnmarshalBinary(inp []byte) error
- func (e SignerKeyType) ValidEnum(v int32) bool
- type SimplePaymentResult
- type SponsorshipDescriptor
- type StellarMessage
- func (u StellarMessage) ArmForSwitch(sw int32) (string, bool)
- func (u *StellarMessage) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u StellarMessage) EncodeTo(e *xdr.Encoder) error
- func (u StellarMessage) GetAuth() (result Auth, ok bool)
- func (u StellarMessage) GetDontHave() (result DontHave, ok bool)
- func (u StellarMessage) GetEnvelope() (result ScpEnvelope, ok bool)
- func (u StellarMessage) GetError() (result Error, ok bool)
- func (u StellarMessage) GetFloodAdvert() (result FloodAdvert, ok bool)
- func (u StellarMessage) GetFloodDemand() (result FloodDemand, ok bool)
- func (u StellarMessage) GetGeneralizedTxSet() (result GeneralizedTransactionSet, ok bool)
- func (u StellarMessage) GetGetScpLedgerSeq() (result Uint32, ok bool)
- func (u StellarMessage) GetHello() (result Hello, ok bool)
- func (u StellarMessage) GetPeers() (result []PeerAddress, ok bool)
- func (u StellarMessage) GetQSet() (result ScpQuorumSet, ok bool)
- func (u StellarMessage) GetQSetHash() (result Uint256, ok bool)
- func (u StellarMessage) GetSendMoreMessage() (result SendMore, ok bool)
- func (u StellarMessage) GetSignedSurveyRequestMessage() (result SignedSurveyRequestMessage, ok bool)
- func (u StellarMessage) GetSignedSurveyResponseMessage() (result SignedSurveyResponseMessage, ok bool)
- func (u StellarMessage) GetTransaction() (result TransactionEnvelope, ok bool)
- func (u StellarMessage) GetTxSet() (result TransactionSet, ok bool)
- func (u StellarMessage) GetTxSetHash() (result Uint256, ok bool)
- func (s StellarMessage) MarshalBinary() ([]byte, error)
- func (u StellarMessage) MustAuth() Auth
- func (u StellarMessage) MustDontHave() DontHave
- func (u StellarMessage) MustEnvelope() ScpEnvelope
- func (u StellarMessage) MustError() Error
- func (u StellarMessage) MustFloodAdvert() FloodAdvert
- func (u StellarMessage) MustFloodDemand() FloodDemand
- func (u StellarMessage) MustGeneralizedTxSet() GeneralizedTransactionSet
- func (u StellarMessage) MustGetScpLedgerSeq() Uint32
- func (u StellarMessage) MustHello() Hello
- func (u StellarMessage) MustPeers() []PeerAddress
- func (u StellarMessage) MustQSet() ScpQuorumSet
- func (u StellarMessage) MustQSetHash() Uint256
- func (u StellarMessage) MustSendMoreMessage() SendMore
- func (u StellarMessage) MustSignedSurveyRequestMessage() SignedSurveyRequestMessage
- func (u StellarMessage) MustSignedSurveyResponseMessage() SignedSurveyResponseMessage
- func (u StellarMessage) MustTransaction() TransactionEnvelope
- func (u StellarMessage) MustTxSet() TransactionSet
- func (u StellarMessage) MustTxSetHash() Uint256
- func (u StellarMessage) SwitchFieldName() string
- func (s *StellarMessage) UnmarshalBinary(inp []byte) error
- type StellarValue
- type StellarValueExt
- func (u StellarValueExt) ArmForSwitch(sw int32) (string, bool)
- func (u *StellarValueExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u StellarValueExt) EncodeTo(e *xdr.Encoder) error
- func (u StellarValueExt) GetLcValueSignature() (result LedgerCloseValueSignature, ok bool)
- func (s StellarValueExt) MarshalBinary() ([]byte, error)
- func (u StellarValueExt) MustLcValueSignature() LedgerCloseValueSignature
- func (u StellarValueExt) SwitchFieldName() string
- func (s *StellarValueExt) UnmarshalBinary(inp []byte) error
- type StellarValueType
- func (e *StellarValueType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e StellarValueType) EncodeTo(enc *xdr.Encoder) error
- func (s StellarValueType) MarshalBinary() ([]byte, error)
- func (e StellarValueType) String() string
- func (s *StellarValueType) UnmarshalBinary(inp []byte) error
- func (e StellarValueType) ValidEnum(v int32) bool
- type String32
- type String64
- type SurveyMessageCommandType
- func (e *SurveyMessageCommandType) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e SurveyMessageCommandType) EncodeTo(enc *xdr.Encoder) error
- func (s SurveyMessageCommandType) MarshalBinary() ([]byte, error)
- func (e SurveyMessageCommandType) String() string
- func (s *SurveyMessageCommandType) UnmarshalBinary(inp []byte) error
- func (e SurveyMessageCommandType) ValidEnum(v int32) bool
- type SurveyRequestMessage
- type SurveyResponseBody
- func (u SurveyResponseBody) ArmForSwitch(sw int32) (string, bool)
- func (u *SurveyResponseBody) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u SurveyResponseBody) EncodeTo(e *xdr.Encoder) error
- func (u SurveyResponseBody) GetTopologyResponseBody() (result TopologyResponseBody, ok bool)
- func (s SurveyResponseBody) MarshalBinary() ([]byte, error)
- func (u SurveyResponseBody) MustTopologyResponseBody() TopologyResponseBody
- func (u SurveyResponseBody) SwitchFieldName() string
- func (s *SurveyResponseBody) UnmarshalBinary(inp []byte) error
- type SurveyResponseMessage
- type ThresholdIndexes
- func (e *ThresholdIndexes) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e ThresholdIndexes) EncodeTo(enc *xdr.Encoder) error
- func (s ThresholdIndexes) MarshalBinary() ([]byte, error)
- func (e ThresholdIndexes) String() string
- func (s *ThresholdIndexes) UnmarshalBinary(inp []byte) error
- func (e ThresholdIndexes) ValidEnum(v int32) bool
- type Thresholds
- func (s *Thresholds) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *Thresholds) EncodeTo(e *xdr.Encoder) error
- func (s Thresholds) MarshalBinary() ([]byte, error)
- func (t Thresholds) MasterKeyWeight() byte
- func (t *Thresholds) Scan(src interface{}) error
- func (t Thresholds) ThresholdHigh() byte
- func (t Thresholds) ThresholdLow() byte
- func (t Thresholds) ThresholdMedium() byte
- func (s *Thresholds) UnmarshalBinary(inp []byte) error
- func (e Thresholds) XDRMaxSize() int
- type TimeBounds
- type TimePoint
- type TopologyResponseBody
- type Transaction
- func (s *Transaction) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *Transaction) EncodeTo(e *xdr.Encoder) error
- func (tx *Transaction) ExtraSigners() []SignerKey
- func (tx *Transaction) LedgerBounds() *LedgerBounds
- func (s Transaction) MarshalBinary() ([]byte, error)
- func (tx *Transaction) MinSeqAge() *Duration
- func (tx *Transaction) MinSeqLedgerGap() *Uint32
- func (tx *Transaction) MinSeqNum() *SequenceNumber
- func (tx *Transaction) TimeBounds() *TimeBounds
- func (s *Transaction) UnmarshalBinary(inp []byte) error
- type TransactionEnvelope
- func (u TransactionEnvelope) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionEnvelope) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionEnvelope) EncodeTo(e *xdr.Encoder) error
- func (e TransactionEnvelope) ExtraSigners() []SignerKey
- func (e TransactionEnvelope) Fee() uint32
- func (e TransactionEnvelope) FeeBumpAccount() MuxedAccount
- func (e TransactionEnvelope) FeeBumpFee() int64
- func (e TransactionEnvelope) FeeBumpSignatures() []DecoratedSignature
- func (u TransactionEnvelope) GetFeeBump() (result FeeBumpTransactionEnvelope, ok bool)
- func (u TransactionEnvelope) GetV0() (result TransactionV0Envelope, ok bool)
- func (u TransactionEnvelope) GetV1() (result TransactionV1Envelope, ok bool)
- func (e TransactionEnvelope) GoString() string
- func (e TransactionEnvelope) IsFeeBump() bool
- func (e TransactionEnvelope) LedgerBounds() *LedgerBounds
- func (s TransactionEnvelope) MarshalBinary() ([]byte, error)
- func (e TransactionEnvelope) Memo() Memo
- func (e TransactionEnvelope) MinSeqAge() *Duration
- func (e TransactionEnvelope) MinSeqLedgerGap() *Uint32
- func (e TransactionEnvelope) MinSeqNum() *int64
- func (u TransactionEnvelope) MustFeeBump() FeeBumpTransactionEnvelope
- func (u TransactionEnvelope) MustV0() TransactionV0Envelope
- func (u TransactionEnvelope) MustV1() TransactionV1Envelope
- func (e TransactionEnvelope) Operations() []Operation
- func (e TransactionEnvelope) Preconditions() Preconditions
- func (t *TransactionEnvelope) Scan(src interface{}) error
- func (e TransactionEnvelope) SeqNum() int64
- func (e TransactionEnvelope) Signatures() []DecoratedSignature
- func (e TransactionEnvelope) SourceAccount() MuxedAccount
- func (u TransactionEnvelope) SwitchFieldName() string
- func (e TransactionEnvelope) TimeBounds() *TimeBounds
- func (s *TransactionEnvelope) UnmarshalBinary(inp []byte) error
- type TransactionExt
- func (u TransactionExt) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionExt) EncodeTo(e *xdr.Encoder) error
- func (s TransactionExt) MarshalBinary() ([]byte, error)
- func (u TransactionExt) SwitchFieldName() string
- func (s *TransactionExt) UnmarshalBinary(inp []byte) error
- type TransactionHistoryEntry
- type TransactionHistoryEntryExt
- func (u TransactionHistoryEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionHistoryEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionHistoryEntryExt) EncodeTo(e *xdr.Encoder) error
- func (u TransactionHistoryEntryExt) GetGeneralizedTxSet() (result GeneralizedTransactionSet, ok bool)
- func (s TransactionHistoryEntryExt) MarshalBinary() ([]byte, error)
- func (u TransactionHistoryEntryExt) MustGeneralizedTxSet() GeneralizedTransactionSet
- func (u TransactionHistoryEntryExt) SwitchFieldName() string
- func (s *TransactionHistoryEntryExt) UnmarshalBinary(inp []byte) error
- type TransactionHistoryResultEntry
- type TransactionHistoryResultEntryExt
- func (u TransactionHistoryResultEntryExt) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionHistoryResultEntryExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionHistoryResultEntryExt) EncodeTo(e *xdr.Encoder) error
- func (s TransactionHistoryResultEntryExt) MarshalBinary() ([]byte, error)
- func (u TransactionHistoryResultEntryExt) SwitchFieldName() string
- func (s *TransactionHistoryResultEntryExt) UnmarshalBinary(inp []byte) error
- type TransactionMeta
- func (u TransactionMeta) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionMeta) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionMeta) EncodeTo(e *xdr.Encoder) error
- func (u TransactionMeta) GetOperations() (result []OperationMeta, ok bool)
- func (u TransactionMeta) GetV1() (result TransactionMetaV1, ok bool)
- func (u TransactionMeta) GetV2() (result TransactionMetaV2, ok bool)
- func (s TransactionMeta) MarshalBinary() ([]byte, error)
- func (u TransactionMeta) MustOperations() []OperationMeta
- func (u TransactionMeta) MustV1() TransactionMetaV1
- func (u TransactionMeta) MustV2() TransactionMetaV2
- func (transactionMeta *TransactionMeta) OperationsMeta() []OperationMeta
- func (t *TransactionMeta) Scan(src interface{}) error
- func (u TransactionMeta) SwitchFieldName() string
- func (s *TransactionMeta) UnmarshalBinary(inp []byte) error
- type TransactionMetaV1
- type TransactionMetaV2
- type TransactionPhase
- func (u TransactionPhase) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionPhase) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionPhase) EncodeTo(e *xdr.Encoder) error
- func (u TransactionPhase) GetV0Components() (result []TxSetComponent, ok bool)
- func (s TransactionPhase) MarshalBinary() ([]byte, error)
- func (u TransactionPhase) MustV0Components() []TxSetComponent
- func (u TransactionPhase) SwitchFieldName() string
- func (s *TransactionPhase) UnmarshalBinary(inp []byte) error
- type TransactionResult
- func (s *TransactionResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *TransactionResult) EncodeTo(e *xdr.Encoder) error
- func (r TransactionResult) ExtractBalanceID(opIndex int) (*ClaimableBalanceId, error)
- func (r TransactionResult) ExtractBalanceIDHex(opIndex int) (string, error)
- func (s TransactionResult) MarshalBinary() ([]byte, error)
- func (r TransactionResult) OperationResults() ([]OperationResult, bool)
- func (t *TransactionResult) Scan(src interface{}) error
- func (r TransactionResult) Successful() bool
- func (s *TransactionResult) UnmarshalBinary(inp []byte) error
- type TransactionResultCode
- func (e *TransactionResultCode) DecodeFrom(d *xdr.Decoder) (int, error)
- func (e TransactionResultCode) EncodeTo(enc *xdr.Encoder) error
- func (s TransactionResultCode) MarshalBinary() ([]byte, error)
- func (e TransactionResultCode) String() string
- func (s *TransactionResultCode) UnmarshalBinary(inp []byte) error
- func (e TransactionResultCode) ValidEnum(v int32) bool
- type TransactionResultExt
- func (u TransactionResultExt) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionResultExt) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionResultExt) EncodeTo(e *xdr.Encoder) error
- func (s TransactionResultExt) MarshalBinary() ([]byte, error)
- func (u TransactionResultExt) SwitchFieldName() string
- func (s *TransactionResultExt) UnmarshalBinary(inp []byte) error
- type TransactionResultMeta
- type TransactionResultPair
- func (s *TransactionResultPair) DecodeFrom(d *xdr.Decoder) (int, error)
- func (s *TransactionResultPair) EncodeTo(e *xdr.Encoder) error
- func (r TransactionResultPair) InnerHash() Hash
- func (s TransactionResultPair) MarshalBinary() ([]byte, error)
- func (r TransactionResultPair) OperationResults() ([]OperationResult, bool)
- func (t *TransactionResultPair) Scan(src interface{}) error
- func (r TransactionResultPair) Successful() bool
- func (s *TransactionResultPair) UnmarshalBinary(inp []byte) error
- type TransactionResultResult
- func (u TransactionResultResult) ArmForSwitch(sw int32) (string, bool)
- func (u *TransactionResultResult) DecodeFrom(d *xdr.Decoder) (int, error)
- func (u TransactionResultResult) EncodeTo(e *xdr.Encoder) error
- func (u TransactionResultResult) GetInnerResultPair() (result InnerTransactionResultPair, ok bool)
- func (u TransactionResultResult) GetResults() (result []OperationResult, ok bool)
- func (s TransactionResultResult) MarshalBinary() ([]byte, error)
- func (u TransactionResultResult) MustInnerResultPair() InnerTransactionResultPair
- func (u TransactionResultResult) MustResults() []OperationResult
- func (u TransactionResultResult) SwitchFieldName() string
- func (s *TransactionResultResult) UnmarshalBinary(inp []byte) error
- type TransactionResultSet
- type TransactionSet
- type TransactionSetV1
- type TransactionSignaturePayload
- type TransactionSignaturePayloadTaggedTransaction