Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BYTE_FALSE = []byte{0} BYTE_TRUE = []byte{1} )
View Source
var (
Contracts = make(map[common.Address]RegisterService)
)
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler func(native *NativeService) ([]byte, error)
type NativeService ¶
type NativeService struct { Store store.LedgerStore CacheDB *storage.CacheDB ServiceMap map[string]Handler Notifications []*event.NotifyEventInfo InvokeParam sstates.ContractInvokeParam Input []byte Tx *types.Transaction Height uint32 Time uint32 BlockHash common.Uint256 ContextRef context.ContextRef PreExec bool CrossHashes []common.Uint256 }
Native service struct Invoke a native smart contract, new a native service
func (*NativeService) Invoke ¶
func (this *NativeService) Invoke() ([]byte, error)
func (*NativeService) NativeCall ¶
func (*NativeService) PushCrossState ¶ added in v1.9.0
func (this *NativeService) PushCrossState(data []byte)
func (*NativeService) Register ¶
func (this *NativeService) Register(methodName string, handler Handler)
type RegisterService ¶
type RegisterService func(native *NativeService)
Directories ¶
Path | Synopsis |
---|---|
cross_chain
|
|
common
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library.
|
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. |
Governance contract: Users can apply for a candidate node to join consensus selection, deposit ONT to authorize for candidate nodes, quit selection and unAuthorize for candidate nodes through this contract.
|
Governance contract: Users can apply for a candidate node to join consensus selection, deposit ONT to authorize for candidate nodes, quit selection and unAuthorize for candidate nodes through this contract. |
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library.
|
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. |
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library.
|
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. |
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library.
|
* Copyright (C) 2018 The ontology Authors * This file is part of The ontology library. |
Click to show internal directories.
Click to hide internal directories.