Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChainType = "sui" XcallContract = "xcall" ConnectionContract = "connection" InvalidEventError = "invalid_event_err" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallMsgEvent ¶
type CallMsgEvent struct { Sn string `json:"sn"` From NetworkAddress `json:"from"` ReqId string `json:"req_id"` Data []byte `json:"data"` DappModuleCapId string `json:"to"` }
type CheckpointResponse ¶
type CheckpointResponse struct { Epoch string `json:"epoch"` SequenceNumber string `json:"sequenceNumber"` Digest string `json:"digest"` NetworkTotalTransactions string `json:"networkTotalTransactions"` PreviousDigest string `json:"previousDigest"` EpochRollingGasCostSummary EpochRollingGasCostSummary `json:"epochRollingGasCostSummary"` TimestampMs string `json:"timestampMs"` Transactions []string `json:"transactions"` CheckpointCommitments []interface{} `json:"checkpointCommitments"` ValidatorSignature string `json:"validatorSignature"` }
type EventResponse ¶
type EventResponse struct { cctypes.SuiEvent Checkpoint *cctypes.SafeSuiBigInt[uint64] }
type NetworkAddress ¶
type RollbackMsgEvent ¶
Click to show internal directories.
Click to hide internal directories.