Documentation ¶
Index ¶
- func DecodeAgentID(e echo.Context) (isc.AgentID, error)
- func DecodeBlobHash(e echo.Context) (*hashing.HashValue, error)
- func DecodeChainID(e echo.Context) (isc.ChainID, error)
- func DecodeHNameFromHNameHexString(e echo.Context, key string) (isc.Hname, error)
- func DecodeNFTID(e echo.Context) (*iotago.NFTID, error)
- func DecodePublicKey(e echo.Context) (*cryptolib.PublicKey, error)
- func DecodeRequestID(e echo.Context) (isc.RequestID, error)
- func DecodeUInt(e echo.Context, key string) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAgentID ¶
func DecodeBlobHash ¶
func DecodeChainID ¶
func DecodeNFTID ¶
func DecodePublicKey ¶
func DecodeRequestID ¶
func DecodeUInt ¶
DecodeUInt decodes params to Uint64. If a lower Uint is expected it can be casted with uintX(returnValue) but validate the result
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.