Skip to main content

utils_serialization

avalancheUtils-Serialization

Module: Utils-Serialization

Index

Classes

Type aliases

Variables

Type aliases

SerializedEncoding

Ƭ SerializedEncoding: "hex" | "cb58" | "base58" | "base64" | "decimalString" | "number" | "utf8" | "display"

Defined in src/utils/serialization.ts:38


SerializedType

Ƭ SerializedType: "hex" | "BN" | "Buffer" | "bech32" | "nodeID" | "privateKey" | "cb58" | "base58" | "base64" | "decimalString" | "number" | "utf8"

Defined in src/utils/serialization.ts:24

Variables

Const SERIALIZATIONVERSION

SERIALIZATIONVERSION: number = 0

Defined in src/utils/serialization.ts:23