@planetarium/lib9c@0.3.0-dev.202409050418328490+a0f10cfc224db7fa7ce4a8b22b44e98122405a1bBuilt and signed on GitHub ActionsBuilt and signed on GitHub Actions
The hash algorithms used by Nine Chronicles. Currently, only "SHA256" is supported.
The list of claim data pairs.The first element of the pair is the address of the avatar to claim the item,and the second element is the list of the amount of item tokens to convert.
The ClaimItems
action is used to convert an item token to an item.
The arguments of the ClaimItems
action.
The arguments of the ClaimStakeReward
action.
The CreateAvatar
action is used to create a new avatar that owned by agent.
CRYSTAL is the currency used for crafting and upgrading items in the Nine Chronicles.
The DailyReward
action is used to claim the daily reward.
The DeliverToOtherGarages
action is used to deliver fungible assets to other garages.
Creates a new FungibleAssetValue
with the given currency
and number-like
values. If the number-like
value is a string
, it is parsed and multiplied by 10 times currency.decimalPlaces
to return the FungibleAssetValue. The same is true if it is a number
. However, in the case of number
, beware of the possibility of an incorrect decimal value. The same is true for bigint
, but due to the nature of the bigint
type, decimals are not allowed.
The arguments for the GameAction
constructor.
Represents a hash digest. It is the same with Libplanet HashDigeset.
The genesis hash of the Heimdall network.
The LoadIntoMyGarages
action is used to load the fungible assets and items into the signer's garages.
The arguments of the LoadIntoMyGarages
action.
MEAD is the currency used for transaction fee in the Nine Chronicles.
NCG but without minters. It can used as NCG in heimdall mainnet network.
The main currency of the Nine Chronicles. It should be used in the Odin mainnet network.
The genesis hash of the Odin network.
The Stake
action is used to stake the NCG.
The arguments of the Stake
action.
The TransferAsset
action is used to transfer a fungible asset from one address to another.
The arguments of the TransferAsset
action.
The TransferAssets
action is used to transfer fungible assets from one address to multiple recipients at once.
The arguments of the TransferAssets
action.