FungibleTokenDeployProps

Interface: FungibleTokenDeployProps

Properties overview

  • allowUpdates: boolean;
  • src: string;
  • symbol: string;

Defined in: packages/token/src/FungibleTokenContract.ts:36

Extends

  • Exclude<DeployArgs, undefined>

Properties

allowUpdates

allowUpdates: boolean;

Defined in: packages/token/src/FungibleTokenContract.ts:45

Setting this to true will allow changing the verification key later with a signature from the deployer. This will allow updating the token contract at a later stage, for instance to react to an update of the o1js library.
Setting it to false will make changes to the contract impossible, unless there is a backward incompatible change to the protocol. (see https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/permissions#example-impossible-to-upgrade and https://minafoundation.github.io/mina-fungible-token/deploy.html)


src

src: string;

Defined in: packages/token/src/FungibleTokenContract.ts:42

A source code reference, which is placed within the zkappUri of the contract account.
Typically a link to a file on github.


symbol

symbol: string;

Defined in: packages/token/src/FungibleTokenContract.ts:39

The token symbol.