Relates transcodable property keys to the types transcoded.
interface DefaultTranscodeMap extends TranscodeMap { bigint20: bigint; boolean: boolean; fix6: number; int: number; string: string;} Copy
interface DefaultTranscodeMap extends TranscodeMap { bigint20: bigint; boolean: boolean; fix6: number; int: number; string: string;}
Relates transcodable property keys to the types transcoded.