Name specifies different types of events that Streaming API sends to subscribers.
Used for accounting purpose.
const (
PingEvent Name = "ping"
AccountTxEvent Name = "account-tx"
TraceEvent Name = "trace"
BlockEvent Name = "block"
BlockchainEvent Name = "blockchain"
MempoolEvent Name = "mempool"
)