Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / comments / MetadataTypeValues

Variable: MetadataTypeValues

const MetadataTypeValues: {
  ADDRESS: "address";
  BOOL: "bool";
  BYTES: "bytes";
  BYTES32: "bytes32";
  INT128: "int128";
  INT256: "int256";
  STRING: "string";
  UINT128: "uint128";
  UINT16: "uint16";
  UINT256: "uint256";
  UINT32: "uint32";
  UINT64: "uint64";
  UINT8: "uint8";
};

Defined in: packages/sdk/src/comments/metadata.ts:216

Constants object for MetadataType values - provides runtime access to all metadata types

Type declaration

ADDRESS

readonly ADDRESS: "address";

BOOL

readonly BOOL: "bool";

BYTES

readonly BYTES: "bytes";

BYTES32

readonly BYTES32: "bytes32";

INT128

readonly INT128: "int128";

INT256

readonly INT256: "int256";

STRING

readonly STRING: "string";

UINT128

readonly UINT128: "uint128";

UINT16

readonly UINT16: "uint16";

UINT256

readonly UINT256: "uint256";

UINT32

readonly UINT32: "uint32";

UINT64

readonly UINT64: "uint64";

UINT8

readonly UINT8: "uint8";