Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
}
Handler ...
func (*Handler) MakeDepositProposal ¶
func (h *Handler) MakeDepositProposal(service *native.NativeService) (*scom.MakeTxParam, error)
MakeDepositProposal ...
type StorageProof ¶
type StorageProof struct {
Key []byte `json:"key"`
Value []byte `json:"value"`
Proof []string `json:"proof"`
}
key should be storage key (in zilliqa)
type ZILProof ¶
type ZILProof struct {
AccountProof []string `json:"accountProof"`
StorageProofs []StorageProof `json:"storageProof"`
}
should be the same as relayer side
Click to show internal directories.
Click to hide internal directories.