UNPKG

@openzeppelin/ui-builder-adapter-solana

Version:
10 lines (8 loc) 251 B
import type { FieldType } from '@openzeppelin/ui-builder-types'; // Placeholder export const SOLANA_TYPE_TO_FIELD_TYPE: Record<string, FieldType> = { string: 'text', u64: 'number', publicKey: 'blockchain-address', // Add more Solana types };