Structs

ref. https://github.com/ava-labs/avalanchego/blob/v1.7.9/vms/platformvm/codec.go ref. https://github.com/ava-labs/avalanchego/blob/v1.7.9/codec/reflectcodec/type_codec.go#L128-L131 (used for encoding Go interface type into a “struct”)

ref. https://pkg.go.dev/github.com/ava-labs/avalanchego/codec#Registry ref. https://github.com/ava-labs/avalanchego/blob/v1.7.9/wallet/chain/x/codec.go#L31 ref. https://github.com/ava-labs/avalanchego/blob/v1.7.9/vms/avm/codec_registry.go ref. https://github.com/ava-labs/avalanchego/blob/v1.7.9/codec/reflectcodec/type_codec.go#L128-L131 (used for encoding Go interface type into a “struct”)

Constants