package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.git
Documentation: pkg.go.dev

# Functions

CoerceInterfaceMapToStringMap converts map[interface{}]interface{} (interface maps) to map[string]interface{} (string maps) and []interface{} with interface maps to string maps.
ParseDietCBOR attempts to coerce the input byte array into valid CBOR.
Similar to ParseDietCBOR but outputs to a concrete struct, which meets the "top-level map" requirement of "diet" CBOR.
ParseStandardCBOR parses CBOR in "standards compliant" mode.