Documentation
¶
Overview ¶
Package blacklist provides a lightweight wrapper to interact with the on-chain blacklist contract.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oracle ¶
type Oracle struct {
// contains filtered or unexported fields
}
Oracle wraps the blacklist contract to expose a typed Go API.
func NewOracle ¶
NewOracle binds the blacklist contract at the given address using the provided backend. The backend is expected to implement the read-call path; transactor and filterer can be nil.
func NewOracleCaller ¶
NewOracleCaller binds the blacklist contract using only a read-only caller backend.
func (*Oracle) ContractAddr ¶
ContractAddr returns the contract address.
Click to show internal directories.
Click to hide internal directories.