Skip to content

src/primitives/compact_integer.hpp

Namespaces

Name
sgns
sgns::primitives

Types

Name
using scale::CompactInteger CompactInteger

Types Documentation

using CompactInteger

using sgns::primitives::CompactInteger = scale::CompactInteger;

Source code

#ifndef SUPERGENIUS_SRC_PRIMITIVES_COMPACT_INTEGER_HPP
#define SUPERGENIUS_SRC_PRIMITIVES_COMPACT_INTEGER_HPP

#include "scale/types.hpp"

namespace sgns::primitives {

  using CompactInteger = scale::CompactInteger;

}

#endif  // SUPERGENIUS_SRC_PRIMITIVES_COMPACT_INTEGER_HPP

Updated on 2026-03-04 at 13:10:44 -0800