@silvana-one/abiOverviewOn this page@silvana-one/abi Index FunctionsbuildNftCollectionLaunchTransactionbuildNftMintTransactionbuildNftTransactionbuildTokenLaunchTransactionbuildTokenTransactioncheckAddressfetchMinaAccountgetContractInfogetNftSymbolAndAdmingetTokenSymbolAndAdmintokenBalanceType AliasesAdminTypeChainVerificationKeysListNftAdminTypeVerificationKeysListblockchainVariablesLAUNCH_FEETRANSACTION_FEEcontractListdevnetmainnettokenVerificationKeysType Aliases AdminTypeAdminType: standard | advanced | bondingCurve | unknownChainVerificationKeysListChainVerificationKeysList: { o1js: string; vk: Record<string, { data: string; hash: string; type: token | admin | upgrade | user | nft | collection }> }Type declarationo1js: stringvk: Record<string, { data: string; hash: string; type: token | admin | upgrade | user | nft | collection }>NftAdminTypeNftAdminType: standard | advanced | unknownVerificationKeysListVerificationKeysList: Record<mainnet | devnet, ChainVerificationKeysList>blockchainblockchain: local | devnet | lightnet | mainnet | zekoblockchain is the type for the chain ID.Variables constLAUNCH_FEELAUNCH_FEE: 10000000000 = 10e9constTRANSACTION_FEETRANSACTION_FEE: 100000000 = 1e8constcontractListcontractList: Record<string, Compilable> = ...constdevnetdevnet: ChainVerificationKeysList = ...constmainnetmainnet: ChainVerificationKeysList = ...consttokenVerificationKeystokenVerificationKeys: VerificationKeysList = ...
blockchain is the type for the chain ID.