_id stringlengths 2 7 | text stringlengths 6 2.61k | title stringclasses 1
value |
|---|---|---|
c181900 | // MustLiveEntry retrieves the LiveEntry value from the union,
// panicing if the value is not set. | |
c181901 | // GetLiveEntry retrieves the LiveEntry value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181902 | // MustDeadEntry retrieves the DeadEntry value from the union,
// panicing if the value is not set. | |
c181903 | // GetDeadEntry retrieves the DeadEntry value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181904 | // NewTransactionHistoryEntryExt creates a new TransactionHistoryEntryExt. | |
c181905 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of TransactionHistoryResultEntryExt | |
c181906 | // NewTransactionHistoryResultEntryExt creates a new TransactionHistoryResultEntryExt. | |
c181907 | // NewLedgerHeaderHistoryEntryExt creates a new LedgerHeaderHistoryEntryExt. | |
c181908 | // NewScpHistoryEntry creates a new ScpHistoryEntry. | |
c181909 | // ValidEnum validates a proposed value for this enum. Implements
// the Enum interface for LedgerEntryChangeType | |
c181910 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of LedgerEntryChange | |
c181911 | // NewLedgerEntryChange creates a new LedgerEntryChange. | |
c181912 | // MustCreated retrieves the Created value from the union,
// panicing if the value is not set. | |
c181913 | // GetCreated retrieves the Created value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181914 | // MustUpdated retrieves the Updated value from the union,
// panicing if the value is not set. | |
c181915 | // GetUpdated retrieves the Updated value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181916 | // MustRemoved retrieves the Removed value from the union,
// panicing if the value is not set. | |
c181917 | // GetRemoved retrieves the Removed value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181918 | // MustState retrieves the State value from the union,
// panicing if the value is not set. | |
c181919 | // GetState retrieves the State value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181920 | // NewTransactionMeta creates a new TransactionMeta. | |
c181921 | // MustOperations retrieves the Operations value from the union,
// panicing if the value is not set. | |
c181922 | // GetOperations retrieves the Operations value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181923 | // ValidEnum validates a proposed value for this enum. Implements
// the Enum interface for ErrorCode | |
c181924 | // ValidEnum validates a proposed value for this enum. Implements
// the Enum interface for IpAddrType | |
c181925 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of PeerAddressIp | |
c181926 | // NewPeerAddressIp creates a new PeerAddressIp. | |
c181927 | // MustIpv4 retrieves the Ipv4 value from the union,
// panicing if the value is not set. | |
c181928 | // GetIpv4 retrieves the Ipv4 value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181929 | // MustIpv6 retrieves the Ipv6 value from the union,
// panicing if the value is not set. | |
c181930 | // GetIpv6 retrieves the Ipv6 value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181931 | // ValidEnum validates a proposed value for this enum. Implements
// the Enum interface for MessageType | |
c181932 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of StellarMessage | |
c181933 | // NewStellarMessage creates a new StellarMessage. | |
c181934 | // MustError retrieves the Error value from the union,
// panicing if the value is not set. | |
c181935 | // GetError retrieves the Error value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181936 | // MustHello retrieves the Hello value from the union,
// panicing if the value is not set. | |
c181937 | // GetHello retrieves the Hello value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181938 | // MustAuth retrieves the Auth value from the union,
// panicing if the value is not set. | |
c181939 | // GetAuth retrieves the Auth value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181940 | // MustDontHave retrieves the DontHave value from the union,
// panicing if the value is not set. | |
c181941 | // GetDontHave retrieves the DontHave value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181942 | // MustPeers retrieves the Peers value from the union,
// panicing if the value is not set. | |
c181943 | // GetPeers retrieves the Peers value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181944 | // MustTxSetHash retrieves the TxSetHash value from the union,
// panicing if the value is not set. | |
c181945 | // GetTxSetHash retrieves the TxSetHash value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181946 | // MustTxSet retrieves the TxSet value from the union,
// panicing if the value is not set. | |
c181947 | // GetTxSet retrieves the TxSet value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181948 | // MustTransaction retrieves the Transaction value from the union,
// panicing if the value is not set. | |
c181949 | // GetTransaction retrieves the Transaction value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181950 | // MustQSetHash retrieves the QSetHash value from the union,
// panicing if the value is not set. | |
c181951 | // GetQSetHash retrieves the QSetHash value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181952 | // MustQSet retrieves the QSet value from the union,
// panicing if the value is not set. | |
c181953 | // GetQSet retrieves the QSet value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181954 | // MustEnvelope retrieves the Envelope value from the union,
// panicing if the value is not set. | |
c181955 | // GetEnvelope retrieves the Envelope value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181956 | // MustGetScpLedgerSeq retrieves the GetScpLedgerSeq value from the union,
// panicing if the value is not set. | |
c181957 | // GetGetScpLedgerSeq retrieves the GetScpLedgerSeq value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181958 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of AuthenticatedMessage | |
c181959 | // NewAuthenticatedMessage creates a new AuthenticatedMessage. | |
c181960 | // ValidEnum validates a proposed value for this enum. Implements
// the Enum interface for ScpStatementType | |
c181961 | // ArmForSwitch returns which field name should be used for storing
// the value for an instance of ScpStatementPledges | |
c181962 | // NewScpStatementPledges creates a new ScpStatementPledges. | |
c181963 | // MustPrepare retrieves the Prepare value from the union,
// panicing if the value is not set. | |
c181964 | // GetPrepare retrieves the Prepare value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181965 | // MustConfirm retrieves the Confirm value from the union,
// panicing if the value is not set. | |
c181966 | // GetConfirm retrieves the Confirm value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181967 | // MustExternalize retrieves the Externalize value from the union,
// panicing if the value is not set. | |
c181968 | // GetExternalize retrieves the Externalize value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181969 | // MustNominate retrieves the Nominate value from the union,
// panicing if the value is not set. | |
c181970 | // GetNominate retrieves the Nominate value from the union,
// returning ok if the union's switch indicated the value is valid. | |
c181971 | // SafeUnmarshalBase64 first decodes the provided reader from base64 before decoding the xdr
// into the provided destination. Also ensures that the reader is fully consumed. | |
c181972 | // SafeUnmarshal decodes the provided reader into the destination and verifies
// that provided bytes are all consumed by the unmarshalling process. | |
c181973 | // SendAmount returns the amount spent, denominated in the source asset, in the
// course of this path payment | |
c181974 | // LoadAccount loads the account state from horizon. err can be either error
// object or horizon.Error object. | |
c181975 | // SequenceForAccount implements build.SequenceProvider | |
c181976 | // SubmitTransaction submits a transaction to the network. err can be either error object or horizon.Error object. | |
c181977 | // Equals returns true if `other` is equivalent to `key` | |
c181978 | // SetAccount mutates `key` such that it represents the identity of `account` | |
c181979 | // SetData mutates `key` such that it represents the identity of the
// data entry owned by `account` and for `name`. | |
c181980 | // SetOffer mutates `key` such that it represents the identity of the
// data entry owned by `account` and for offer `id`. | |
c181981 | // SetTrustline mutates `key` such that it represents the identity of the
// trustline owned by `account` and for `asset`. | |
c181982 | // Add a key and value to the hash table. | |
c181983 | // Try to find a hash function that does not cause collisions with table, when
// applied to the keys in the bucket. | |
c181984 | // Hash index from key. | |
c181985 | // Despite returning a uint64, this actually reads a uint32. All table indices
// and lengths are stored as uint32 values. | |
c181986 | // Read a serialized CHD. | |
c181987 | // Get an entry from the hash table. | |
c181988 | // Iterate over entries in the hash table. | |
c181989 | // Serialize the CHD. The serialized form is conducive to mmapped access. See
// the Mmap function for details. | |
c181990 | // RegisterDatasources adds path to the Mapnik plugin search path. | |
c181991 | // RegisterDatasources adds path to the Mapnik fonts search path. | |
c181992 | // New initializes a new Map. | |
c181993 | // NewSized initializes a new Map with the given size. | |
c181994 | // Load reads in a Mapnik map XML. | |
c181995 | // Resize changes the map size in pixel.
// Sizes larger than 16k pixels are ignored by Mapnik. Use NewSized
// to initialize larger maps. | |
c181996 | // Free deallocates the map. | |
c181997 | // SRS returns the projection of the map. | |
c181998 | // ZoomAll zooms to the maximum extent. | |
c181999 | // ZoomTo zooms to the given bounding box. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.