@ecp.eth/sdk / comments / MetadataType
Type Alias: MetadataType
type MetadataType =
| "string"
| "bool"
| "uint256"
| "address"
| "bytes32"
| "bytes"
| "uint8"
| "uint16"
| "uint32"
| "uint64"
| "uint128"
| "int256"
| "int128";
Defined in: packages/sdk/src/comments/metadata.ts:198
Type representing the supported on-chain serializable types