// Copyright 2017-2025 @pezkuwi/api-contract authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as flipper } from './flipper.contract.json' with { type: 'json' }; // A complex contract example with traits. export { default as psp22 } from './psp22_minter_pauser.contract.json' with { type: 'json' };