_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c181800
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for MemoType
c181801
// ArmForSwitch returns which field name should be used for storing // the value for an instance of Memo
c181802
// NewMemo creates a new Memo.
c181803
// MustText retrieves the Text value from the union, // panicing if the value is not set.
c181804
// GetText retrieves the Text value from the union, // returning ok if the union's switch indicated the value is valid.
c181805
// MustId retrieves the Id value from the union, // panicing if the value is not set.
c181806
// GetId retrieves the Id value from the union, // returning ok if the union's switch indicated the value is valid.
c181807
// MustHash retrieves the Hash value from the union, // panicing if the value is not set.
c181808
// GetHash retrieves the Hash value from the union, // returning ok if the union's switch indicated the value is valid.
c181809
// MustRetHash retrieves the RetHash value from the union, // panicing if the value is not set.
c181810
// NewTransactionExt creates a new TransactionExt.
c181811
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for CreateAccountResultCode
c181812
// ArmForSwitch returns which field name should be used for storing // the value for an instance of CreateAccountResult
c181813
// NewCreateAccountResult creates a new CreateAccountResult.
c181814
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for PaymentResultCode
c181815
// ArmForSwitch returns which field name should be used for storing // the value for an instance of PaymentResult
c181816
// NewPaymentResult creates a new PaymentResult.
c181817
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for PathPaymentResultCode
c181818
// ArmForSwitch returns which field name should be used for storing // the value for an instance of PathPaymentResult
c181819
// NewPathPaymentResult creates a new PathPaymentResult.
c181820
// MustNoIssuer retrieves the NoIssuer value from the union, // panicing if the value is not set.
c181821
// GetNoIssuer retrieves the NoIssuer value from the union, // returning ok if the union's switch indicated the value is valid.
c181822
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for ManageOfferResultCode
c181823
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for ManageOfferEffect
c181824
// ArmForSwitch returns which field name should be used for storing // the value for an instance of ManageOfferSuccessResultOffer
c181825
// NewManageOfferSuccessResultOffer creates a new ManageOfferSuccessResultOffer.
c181826
// ArmForSwitch returns which field name should be used for storing // the value for an instance of ManageOfferResult
c181827
// NewManageOfferResult creates a new ManageOfferResult.
c181828
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for SetOptionsResultCode
c181829
// ArmForSwitch returns which field name should be used for storing // the value for an instance of SetOptionsResult
c181830
// NewSetOptionsResult creates a new SetOptionsResult.
c181831
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for ChangeTrustResultCode
c181832
// ArmForSwitch returns which field name should be used for storing // the value for an instance of ChangeTrustResult
c181833
// NewChangeTrustResult creates a new ChangeTrustResult.
c181834
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for AllowTrustResultCode
c181835
// ArmForSwitch returns which field name should be used for storing // the value for an instance of AllowTrustResult
c181836
// NewAllowTrustResult creates a new AllowTrustResult.
c181837
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for AccountMergeResultCode
c181838
// ArmForSwitch returns which field name should be used for storing // the value for an instance of AccountMergeResult
c181839
// NewAccountMergeResult creates a new AccountMergeResult.
c181840
// MustSourceAccountBalance retrieves the SourceAccountBalance value from the union, // panicing if the value is not set.
c181841
// GetSourceAccountBalance retrieves the SourceAccountBalance value from the union, // returning ok if the union's switch indicated the value is valid.
c181842
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for InflationResultCode
c181843
// ArmForSwitch returns which field name should be used for storing // the value for an instance of InflationResult
c181844
// NewInflationResult creates a new InflationResult.
c181845
// MustPayouts retrieves the Payouts value from the union, // panicing if the value is not set.
c181846
// GetPayouts retrieves the Payouts value from the union, // returning ok if the union's switch indicated the value is valid.
c181847
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for ManageDataResultCode
c181848
// ArmForSwitch returns which field name should be used for storing // the value for an instance of ManageDataResult
c181849
// NewManageDataResult creates a new ManageDataResult.
c181850
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for OperationResultCode
c181851
// ArmForSwitch returns which field name should be used for storing // the value for an instance of OperationResultTr
c181852
// NewOperationResultTr creates a new OperationResultTr.
c181853
// MustCreateAccountResult retrieves the CreateAccountResult value from the union, // panicing if the value is not set.
c181854
// GetCreateAccountResult retrieves the CreateAccountResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181855
// MustPaymentResult retrieves the PaymentResult value from the union, // panicing if the value is not set.
c181856
// GetPaymentResult retrieves the PaymentResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181857
// MustPathPaymentResult retrieves the PathPaymentResult value from the union, // panicing if the value is not set.
c181858
// GetPathPaymentResult retrieves the PathPaymentResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181859
// MustManageOfferResult retrieves the ManageOfferResult value from the union, // panicing if the value is not set.
c181860
// GetManageOfferResult retrieves the ManageOfferResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181861
// MustCreatePassiveOfferResult retrieves the CreatePassiveOfferResult value from the union, // panicing if the value is not set.
c181862
// MustSetOptionsResult retrieves the SetOptionsResult value from the union, // panicing if the value is not set.
c181863
// GetSetOptionsResult retrieves the SetOptionsResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181864
// MustChangeTrustResult retrieves the ChangeTrustResult value from the union, // panicing if the value is not set.
c181865
// GetChangeTrustResult retrieves the ChangeTrustResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181866
// MustAllowTrustResult retrieves the AllowTrustResult value from the union, // panicing if the value is not set.
c181867
// GetAllowTrustResult retrieves the AllowTrustResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181868
// MustAccountMergeResult retrieves the AccountMergeResult value from the union, // panicing if the value is not set.
c181869
// GetAccountMergeResult retrieves the AccountMergeResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181870
// MustInflationResult retrieves the InflationResult value from the union, // panicing if the value is not set.
c181871
// GetInflationResult retrieves the InflationResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181872
// MustManageDataResult retrieves the ManageDataResult value from the union, // panicing if the value is not set.
c181873
// GetManageDataResult retrieves the ManageDataResult value from the union, // returning ok if the union's switch indicated the value is valid.
c181874
// ArmForSwitch returns which field name should be used for storing // the value for an instance of OperationResult
c181875
// NewOperationResult creates a new OperationResult.
c181876
// MustTr retrieves the Tr value from the union, // panicing if the value is not set.
c181877
// GetTr retrieves the Tr value from the union, // returning ok if the union's switch indicated the value is valid.
c181878
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for TransactionResultCode
c181879
// ArmForSwitch returns which field name should be used for storing // the value for an instance of TransactionResultResult
c181880
// NewTransactionResultResult creates a new TransactionResultResult.
c181881
// MustResults retrieves the Results value from the union, // panicing if the value is not set.
c181882
// GetResults retrieves the Results value from the union, // returning ok if the union's switch indicated the value is valid.
c181883
// NewTransactionResultExt creates a new TransactionResultExt.
c181884
// NewStellarValueExt creates a new StellarValueExt.
c181885
// NewLedgerHeaderExt creates a new LedgerHeaderExt.
c181886
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for LedgerUpgradeType
c181887
// ArmForSwitch returns which field name should be used for storing // the value for an instance of LedgerUpgrade
c181888
// NewLedgerUpgrade creates a new LedgerUpgrade.
c181889
// MustNewLedgerVersion retrieves the NewLedgerVersion value from the union, // panicing if the value is not set.
c181890
// GetNewLedgerVersion retrieves the NewLedgerVersion value from the union, // returning ok if the union's switch indicated the value is valid.
c181891
// MustNewBaseFee retrieves the NewBaseFee value from the union, // panicing if the value is not set.
c181892
// GetNewBaseFee retrieves the NewBaseFee value from the union, // returning ok if the union's switch indicated the value is valid.
c181893
// MustNewMaxTxSetSize retrieves the NewMaxTxSetSize value from the union, // panicing if the value is not set.
c181894
// GetNewMaxTxSetSize retrieves the NewMaxTxSetSize value from the union, // returning ok if the union's switch indicated the value is valid.
c181895
// ArmForSwitch returns which field name should be used for storing // the value for an instance of LedgerKey
c181896
// NewLedgerKey creates a new LedgerKey.
c181897
// ValidEnum validates a proposed value for this enum. Implements // the Enum interface for BucketEntryType
c181898
// ArmForSwitch returns which field name should be used for storing // the value for an instance of BucketEntry
c181899
// NewBucketEntry creates a new BucketEntry.