Documentation ¶
Index ¶
- func ByName(cdcType string, foundTypes []types.CompositeType) (string, string)
- func MaybeArrayType(cdcType string, foundTypes []types.CompositeType) (bool, string, string)
- func MaybeCompositeType(cdcType string, foundTypes []types.CompositeType) (bool, string, string)
- func MaybeMapType(cdcType string, foundTypes []types.CompositeType) (bool, string, string)
- func MaybeOptionalType(cdcType string, foundTypes []types.CompositeType) (bool, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByName ¶
func ByName(cdcType string, foundTypes []types.CompositeType) (string, string)
ByName receives Cadence type name then returns corresponding Go type name.
func MaybeArrayType ¶
MaybeArrayType checks param is Cadence array or not.
func MaybeCompositeType ¶
MaybeCompositeType checks param is User's custom type
func MaybeMapType ¶
MaybeMapType checks param is Cadence map or not.
func MaybeOptionalType ¶
MaybeOptionalType checks param is Cadence optional type or not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.