Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amino ¶
type Amino interface { // RegisterInterface registers an interface and its concrete type with the Amino codec. RegisterInterface(interfacePtr any, iopts *InterfaceOptions) // RegisterConcrete registers a concrete type with the Amino codec. RegisterConcrete(cdcType interface{}, name string) }
type InterfaceOptions ¶
Click to show internal directories.
Click to hide internal directories.