interface DecodeOptions {
    long_type: "number" | "bigint";
}

Properties

Properties

long_type: "number" | "bigint"