Documentation
¶
Index ¶
- func AssembleEthProof(conn *ethclient.Client, log *types.Log, receipts []*types.Receipt, ...) ([]byte, error)
- func AssembleMapProof(cli *ethclient.Client, log *types.Log, receipts []*types.Receipt, ...) (uint64, []byte, error)
- func Key2Hex(str []byte, proofLength int) []byte
- type TxLog
- type TxReceipt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssembleEthProof ¶
func AssembleMapProof ¶
Types ¶
type TxReceipt ¶
type TxReceipt struct { ReceiptType string `json:"receipt_type"` PostStateOrStatus string `json:"post_state_or_status"` CumulativeGasUsed string `json:"cumulative_gas_used"` Bloom string `json:"bloom"` Logs []TxLog `json:"logs"` }
func ConvertNearReceipt ¶
func ConvertNearReceipt(h *mapprotocol.TxReceipt) *TxReceipt
Click to show internal directories.
Click to hide internal directories.