github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/enums/account_source.go (about)

     1  package enums
     2  
     3  //go:generate toolkit gen enum AccountSource
     4  type AccountSource uint8
     5  
     6  const (
     7  	ACCOUNT_SOURCE_UNKNOWN AccountSource = iota
     8  	ACCOUNT_SOURCE__INIT
     9  	ACCOUNT_SOURCE__SUBMIT
    10  )