Skip to main content

@silvana-one/abi

Index

Type Aliases

AdminType

AdminType: standard | advanced | bondingCurve | unknown

ChainVerificationKeysList

ChainVerificationKeysList: { o1js: string; vk: Record<string, { data: string; hash: string; type: token | admin | upgrade | user | nft | collection }> }

Type declaration

  • o1js: string
  • vk: Record<string, { data: string; hash: string; type: token | admin | upgrade | user | nft | collection }>

NftAdminType

NftAdminType: standard | advanced | unknown

VerificationKeysList

VerificationKeysList: Record<mainnet | devnet, ChainVerificationKeysList>

blockchain

blockchain: local | devnet | lightnet | mainnet | zeko

blockchain is the type for the chain ID.

Variables

constLAUNCH_FEE

LAUNCH_FEE: 10000000000 = 10e9

constTRANSACTION_FEE

TRANSACTION_FEE: 100000000 = 1e8

constcontractList

contractList: Record<string, Compilable> = ...

constdevnet

constmainnet

consttokenVerificationKeys

tokenVerificationKeys: VerificationKeysList = ...