Documentation ¶
Index ¶
- Constants
- func ApproveRegisterRelayer(native *native.NativeService) ([]byte, error)
- func ApproveRemoveRelayer(native *native.NativeService) ([]byte, error)
- func RegisterRelayer(native *native.NativeService) ([]byte, error)
- func RegisterRelayerManagerContract(native *native.NativeService)
- func RemoveRelayer(native *native.NativeService) ([]byte, error)
- type ApproveRelayerParam
- type RelayerListParam
Constants ¶
View Source
const ( //function name REGISTER_RELAYER = "registerRelayer" APPROVE_REGISTER_RELAYER = "approveRegisterRelayer" REMOVE_RELAYER = "RemoveRelayer" APPROVE_REMOVE_RELAYER = "approveRemoveRelayer" //key prefix RELAYER = "relayer" RELAYER_APPLY = "relayerApply" RELAYER_REMOVE = "relayerRemove" APPLY_ID = "applyID" REMOVE_ID = "removeID" )
Variables ¶
This section is empty.
Functions ¶
func ApproveRegisterRelayer ¶
func ApproveRegisterRelayer(native *native.NativeService) ([]byte, error)
func ApproveRemoveRelayer ¶
func ApproveRemoveRelayer(native *native.NativeService) ([]byte, error)
func RegisterRelayer ¶
func RegisterRelayer(native *native.NativeService) ([]byte, error)
func RegisterRelayerManagerContract ¶
func RegisterRelayerManagerContract(native *native.NativeService)
Register methods of node_manager contract
func RemoveRelayer ¶
func RemoveRelayer(native *native.NativeService) ([]byte, error)
Types ¶
type ApproveRelayerParam ¶
func (*ApproveRelayerParam) Deserialization ¶
func (this *ApproveRelayerParam) Deserialization(source *common.ZeroCopySource) error
func (*ApproveRelayerParam) Serialization ¶
func (this *ApproveRelayerParam) Serialization(sink *common.ZeroCopySink)
type RelayerListParam ¶
func (*RelayerListParam) Deserialization ¶
func (this *RelayerListParam) Deserialization(source *common.ZeroCopySource) error
func (*RelayerListParam) Serialization ¶
func (this *RelayerListParam) Serialization(sink *common.ZeroCopySink)
Click to show internal directories.
Click to hide internal directories.