Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HecoHandler ¶
type HecoHandler struct { }
Handler ...
func (*HecoHandler) MakeDepositProposal ¶
func (h *HecoHandler) MakeDepositProposal(service *native.NativeService) (*scom.MakeTxParam, error)
MakeDepositProposal ...
type Proof ¶
type Proof struct { Address string `json:"address"` Balance string `json:"balance"` CodeHash string `json:"codeHash"` Nonce string `json:"nonce"` StorageHash string `json:"storageHash"` AccountProof []string `json:"accountProof"` StorageProofs []StorageProof `json:"storageProof"` }
Proof ...
type ProofAccount ¶
type ProofAccount struct { Nounce *big.Int Balance *big.Int Storage ecommon.Hash Codehash ecommon.Hash }
ProofAccount ...
type StorageProof ¶
type StorageProof struct { Key string `json:"key"` Value string `json:"value"` Proof []string `json:"proof"` }
StorageProof ...
Click to show internal directories.
Click to hide internal directories.