UNPKG

superfuse-wizard

Version:

Interactive smart contract generator based on Superchain 's interoperability standard.

12 lines (10 loc) 252 B
import type { BaseFunction } from './contract'; export const supportsInterface: BaseFunction = { name: 'supportsInterface', kind: 'public', args: [ { name: '_interfaceId', type: 'bytes4' }, ], returns: ['bool'], mutability: 'pure', };