Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChainType = "stellar" LedgerSeqBatchSize = 50 // the number of ledger sequences to query concurrently for listener )
View Source
const (
ScValConversionErr = "ScVal conversion failed"
)
Variables ¶
This section is empty.
Functions ¶
func Uint128ToBigInt ¶
func Uint128ToBigInt(u xdr.UInt128Parts) *big.Int
Types ¶
type Event ¶
type Event struct { *xdr.ContractEvent LedgerSeq uint64 }
type EventFilter ¶
type GetEventFilter ¶ added in v1.9.2
type GetEventFilter struct { StartLedger uint64 `json:"startLedger"` Pagination Pagination `json:"pagination"` Filters []Filter `json:"filters"` }
type LedgerSeqBatch ¶
type Pagination ¶ added in v1.9.2
type ScValConverter ¶
any type that needs conversion from ScVal should implement this interface
type ScvU64F128 ¶
type ScvU64F128 uint64
type StellerMsg ¶
type StellerMsg struct {
relayertypes.Message
}
func (StellerMsg) ScvData ¶
func (m StellerMsg) ScvData() xdr.ScVal
func (StellerMsg) ScvDst ¶
func (m StellerMsg) ScvDst() xdr.ScVal
func (StellerMsg) ScvMessageHeight ¶
func (m StellerMsg) ScvMessageHeight() xdr.ScVal
func (StellerMsg) ScvReqID ¶
func (m StellerMsg) ScvReqID() xdr.ScVal
func (StellerMsg) ScvSn ¶
func (m StellerMsg) ScvSn() xdr.ScVal
func (StellerMsg) ScvSrc ¶
func (m StellerMsg) ScvSrc() xdr.ScVal
Click to show internal directories.
Click to hide internal directories.