ZSwap APItype-aliasesCoinInfoExplore with… ▾On this pageCoinInfoFor the complete documentation index, see llms.txt@midnight/zswap v4.0.0-rc @midnight/zswap / CoinInfo Type Alias: CoinInfo type CoinInfo: { nonce: Nonce; type: TokenType; value: bigint;}; 새 코인을 생성하는 데 필요한 정보와 세부 사항입니다. recipient Type declaration nonce nonce: Nonce; type type: TokenType; value value: bigint;