Documentation ¶
Index ¶
- type Oracle
- func (this *Oracle) AcceptAdmin() (string, error)
- func (this *Oracle) BindAddressToONTID(addr common.Address, ont_id []byte, index uint64) (string, error)
- func (this *Oracle) GetAddr() common.Address
- func (this *Oracle) GetBindedONTID(addr common.Address) ([]byte, error)
- func (this *Oracle) GetKYC(addr common.Address) ([]byte, error)
- func (this *Oracle) GetLevel(addr common.Address) (*big.Int, error)
- func (this *Oracle) Init(admin common.Address) (string, error)
- func (this *Oracle) PutAddressKYC(addr common.Address, kyc_hash []byte) (string, error)
- func (this *Oracle) PutAddressLevel(addr common.Address, level uint64) (string, error)
- func (this *Oracle) SetPendingAdmin(newPendingAdmin common.Address) (string, error)
- func (this *Oracle) UpdateSigner(newSigner *ontSDK.Account)
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
}
func (*Oracle) AcceptAdmin ¶
func (*Oracle) BindAddressToONTID ¶
func (*Oracle) GetBindedONTID ¶
func (*Oracle) PutAddressKYC ¶
func (*Oracle) PutAddressLevel ¶
func (*Oracle) SetPendingAdmin ¶
func (*Oracle) UpdateSigner ¶
Click to show internal directories.
Click to hide internal directories.