MCPcopy Create free account
hub / github.com/Sifchain/sifnode / String

Method String

cmd/ebrelayer/types/types.go:42–44  ·  view source on GitHub ↗

String returns the event type as a string

()

Source from the content-addressed store, hash-verified

40
41// String returns the event type as a string
42func (d Event) String() string {
43 return [...]string{"unsupported", "burn", "lock", "LogLock", "LogBurn", "LogNewProphecyClaim", "newProphecyClaim", "create_claim"}[d]
44}
45
46// EthereumEvent struct is used by LogLock and LogBurn
47type EthereumEvent struct {

Callers 15

buildRootCmdFunction · 0.45
StringMethod · 0.45
StringMethod · 0.45
GetAllProphecyClaimFunction · 0.45
ReplayMethod · 0.45
getOracleClaimTypeFunction · 0.45
handleBurnLockMsgMethod · 0.45
NewKeybaseFunction · 0.45
getAllClaimsMethod · 0.45
logToEventMethod · 0.45
ListMissedCosmosEventMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestAddLiquidityFunction · 0.36
TestSwapFunction · 0.36
TestOpenPositionFunction · 0.36