[][src]Module tokkit::parsers

Various parsers for the responses of a token info service.

Structs

AmazonTokenInfoParser

Parses a TokenInfo from JSON

CustomTokenInfoParser

A configurable TokenInfoParser that parses a TokenInfo from JSON returned by a token introspection service.

GoogleV3TokenInfoParser

Parses a TokenInfo from JSON

PlanBTokenInfoParser

Parses a TokenInfo from JSON

Traits

TokenInfoParser

A parser that can parse a slice of bytes to a TokenInfo

Functions

parse