README ¶ ens-offchain-lookup-coder A golang library used to decode and encode ENS offchain lookups. Copyright © 2022 Coinbase, Inc. Licensed under the Apache License v2.0. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func DecodeRequest(sender string, requestCallDataHex string) (lookup.Lookup, error) func EncodeResponse(resultData []byte, expires uint64, sigRSV []byte) (responseData []byte, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeRequest ¶ func DecodeRequest(sender string, requestCallDataHex string) (lookup.Lookup, error) func EncodeResponse ¶ func EncodeResponse(resultData []byte, expires uint64, sigRSV []byte) (responseData []byte, err error) Types ¶ This section is empty. Source Files ¶ View all Source files coder.go Directories ¶ Show internal Expand all Path Synopsis abi lookup pkg namehash Click to show internal directories. Click to hide internal directories.