// Code generated by ent, DO NOT EDIT. package predicate import ( "entgo.io/ent/dialect/sql" ) // Blocks is the predicate function for blocks builders. type Blocks func(*sql.Selector) // Key is the predicate function for key builders. type Key func(*sql.Selector) // Transactions is the predicate function for transactions builders. type Transactions func(*sql.Selector) // Validators is the predicate function for validators builders. type Validators func(*sql.Selector) // WhiteList is the predicate function for whitelist builders. type WhiteList func(*sql.Selector)