diff --git a/cli/index.html b/cli/index.html index 51b3ac073..d1637a953 100644 --- a/cli/index.html +++ b/cli/index.html @@ -491,6 +491,16 @@
{"data": {"activationKeyNonce": "xyz789"}}
+ {"data": {"activationKeyNonce": "abc123"}}
@@ -1075,7 +1079,7 @@ Response
"serializedPayload": "xyz789",
"signature": ByteString,
"signer": Address,
- "timestamp": "abc123",
+ "timestamp": "xyz789",
"updatedAddresses": [Address]
}
}
@@ -1162,7 +1166,7 @@ Variables
Response
- {"data": {"goldBalance": "xyz789"}}
+ {"data": {"goldBalance": "abc123"}}
@@ -1368,7 +1372,7 @@ Response
"data": {
"monsterCollectionStatus": {
"fungibleAssetValue": FungibleAssetValueType,
- "lockup": true,
+ "lockup": false,
"rewardInfos": [MonsterCollectionRewardInfoType],
"tipIndex": {}
}
@@ -1526,16 +1530,16 @@ Response
"data": {
"nodeStatus": {
"appProtocolVersion": AppProtocolVersionType,
- "bootstrapEnded": true,
+ "bootstrapEnded": false,
"genesis": BlockHeader,
"informationalVersion": "abc123",
- "isMining": false,
+ "isMining": true,
"preloadEnded": false,
- "productVersion": "abc123",
+ "productVersion": "xyz789",
"stagedTxIds": [TxId],
"stagedTxIdsCount": 987,
"subscriberAddresses": [Address],
- "subscriberAddressesCount": 123,
+ "subscriberAddressesCount": 987,
"tip": BlockHeader,
"topmostBlocks": [BlockHeader]
}
@@ -1592,7 +1596,7 @@ Response
{
"data": {
- "peerChainState": {"state": ["abc123"]}
+ "peerChainState": {"state": ["xyz789"]}
}
}
@@ -1661,8 +1665,8 @@ Response
"clients": [Address],
"clientsByDevice": [Address],
"clientsByIps": [MultiAccountInfo],
- "clientsCountByIps": 987,
- "totalCount": 123,
+ "clientsCountByIps": 123,
+ "totalCount": 987,
"totalCountByDevice": 987
}
}
@@ -2120,7 +2124,7 @@ Response
"monsterCollectionState": MonsterCollectionStateType,
"orderDigestList": OrderDigestListStateType,
"pledge": MeadPledgeType,
- "raidId": 123,
+ "raidId": 987,
"raiderList": [Address],
"raiderState": RaiderStateType,
"rankingMap": RankingMapStateType,
@@ -2129,7 +2133,7 @@ Response
"stakeRewards": StakeRewardsType,
"stakeState": StakeStateType,
"stakeStates": [StakeStateType],
- "unlockedRecipeIds": [987],
+ "unlockedRecipeIds": [123],
"unlockedWorldIds": [987],
"weeklyArena": WeeklyArenaStateType,
"worldBossKillRewardRecord": WorldBossKillRewardRecordType,
@@ -2239,7 +2243,7 @@ Response
{
"data": {
"transaction": {
- "attachSignature": "xyz789",
+ "attachSignature": "abc123",
"createUnsignedTx": "xyz789",
"getTx": TransactionType,
"ncTransactions": [TransactionType],
@@ -2346,9 +2350,9 @@ Response
"data": {
"transferNCGHistories": [
{
- "amount": "abc123",
+ "amount": "xyz789",
"blockHash": ByteString,
- "memo": "abc123",
+ "memo": "xyz789",
"recipient": Address,
"sender": Address,
"txId": ByteString
@@ -2409,7 +2413,7 @@ Response
{
"data": {
- "validation": {"metadata": false, "privateKey": false, "publicKey": false}
+ "validation": {"metadata": true, "privateKey": true, "publicKey": true}
}
}
@@ -2726,7 +2730,7 @@ Query
Variables
- {"payload": "abc123"}
+ {"payload": "xyz789"}
@@ -2735,7 +2739,7 @@ Variables
Response
- {"data": {"stageTx": true}}
+ {"data": {"stageTx": false}}
@@ -2809,7 +2813,7 @@ Query
Variables
- {"payload": "abc123"}
+ {"payload": "xyz789"}
@@ -3009,7 +3013,7 @@ Variables
{
- "amount": "xyz789",
+ "amount": "abc123",
"recipient": Address
}
@@ -3144,7 +3148,7 @@ Response
"data": {
"differentAppProtocolVersionEncounter": {
"localVersion": AppProtocolVersionType,
- "peer": "xyz789",
+ "peer": "abc123",
"peerVersion": AppProtocolVersionType
}
}
@@ -3194,7 +3198,7 @@ Response
{
"data": {
"nodeException": {
- "code": 123,
+ "code": 987,
"message": "abc123"
}
}
@@ -3276,16 +3280,16 @@ Response
"data": {
"nodeStatus": {
"appProtocolVersion": AppProtocolVersionType,
- "bootstrapEnded": true,
+ "bootstrapEnded": false,
"genesis": BlockHeader,
"informationalVersion": "xyz789",
- "isMining": true,
- "preloadEnded": true,
+ "isMining": false,
+ "preloadEnded": false,
"productVersion": "xyz789",
"stagedTxIds": [TxId],
- "stagedTxIdsCount": 987,
+ "stagedTxIdsCount": 123,
"subscriberAddresses": [Address],
- "subscriberAddressesCount": 123,
+ "subscriberAddressesCount": 987,
"tip": BlockHeader,
"topmostBlocks": [BlockHeader]
}
@@ -3526,7 +3530,7 @@ Query
Variables
- {"actionType": "abc123"}
+ {"actionType": "xyz789"}
@@ -3765,7 +3769,7 @@ Example
{
"inspection": "xyz789",
- "json": "xyz789",
+ "json": "abc123",
"raw": "abc123"
}
@@ -4816,6 +4820,26 @@ mead
+
+ retrieveAvatarAssets
- ByteString!
+
+
+
+
+
+
+
+ Arguments
+
+
+ avatarAddress
- Address!
+
+ Avatar address to retrieve assets
+
+
+
+
+
runeEnhancement
- ByteString!
@@ -5092,6 +5116,7 @@ Example
"raid": ByteString,
"rapidCombination": ByteString,
"requestPledge": ByteString,
+ "retrieveAvatarAssets": ByteString,
"runeEnhancement": ByteString,
"runeSummon": ByteString,
"stake": ByteString,
@@ -5879,6 +5904,26 @@ mead
+
+ retrieveAvatarAssets
- ByteString!
+
+
+
+
+
+
+
+ Arguments
+
+
+ avatarAddress
- Address!
+
+ Avatar address to retrieve assets
+
+
+
+
+
runeEnhancement
- ByteString!
@@ -6155,6 +6200,7 @@ Example
"raid": ByteString,
"rapidCombination": ByteString,
"requestPledge": ByteString,
+ "retrieveAvatarAssets": ByteString,
"runeEnhancement": ByteString,
"runeSummon": ByteString,
"stake": ByteString,
@@ -6278,7 +6324,7 @@ address
Example
- {"activated": true, "addressActivated": true}
+ {"activated": false, "addressActivated": false}
@@ -6542,8 +6588,8 @@ Example
{
"address": Address,
"avatarStates": [AvatarStateType],
- "crystal": "xyz789",
- "gold": "xyz789",
+ "crystal": "abc123",
+ "gold": "abc123",
"hasTradedItem": true,
"monsterCollectionLevel": {},
"monsterCollectionRound": {},
@@ -6610,7 +6656,7 @@ Example
"extra": ByteString,
"signature": ByteString,
"signer": Address,
- "version": 123
+ "version": 987
}
@@ -6688,12 +6734,12 @@ Example
{
- "active": false,
+ "active": true,
"agentAddress": Address,
"arenaRecord": ArenaRecordType,
"avatarAddress": Address,
- "avatarName": "abc123",
- "dailyChallengeCount": 123,
+ "avatarName": "xyz789",
+ "dailyChallengeCount": 987,
"score": 123
}
@@ -6780,12 +6826,12 @@ Example
{
"address": Address,
"avatarAddress": Address,
- "lose": 123,
+ "lose": 987,
"purchasedTicketCount": 987,
- "score": 987,
+ "score": 123,
"ticket": 123,
"ticketResetCount": 987,
- "win": 123
+ "win": 987
}
@@ -6869,11 +6915,11 @@ Example
"avatarAddr": Address,
"cp": 123,
"level": 123,
- "loseScore": 123,
+ "loseScore": 987,
"nameWithHash": "xyz789",
- "portraitId": 987,
- "rank": 123,
- "score": 123,
+ "portraitId": 123,
+ "rank": 987,
+ "score": 987,
"winScore": 987
}
@@ -6927,7 +6973,7 @@ Fields
Example
- {"draw": 123, "lose": 123, "win": 987}
+ {"draw": 987, "lose": 987, "win": 123}
@@ -7097,19 +7143,19 @@ Example
{
- "actionPoint": 987,
+ "actionPoint": 123,
"address": Address,
"agentAddress": Address,
"blockIndex": 123,
- "characterId": 123,
+ "characterId": 987,
"combinationSlotAddresses": [Address],
"combinationSlots": [CombinationSlotStateType],
"dailyRewardReceivedIndex": {},
- "ear": 123,
+ "ear": 987,
"eventMap": CollectionMapType,
"exp": 987,
- "hair": 123,
- "index": 123,
+ "hair": 987,
+ "index": 987,
"inventory": InventoryType,
"inventoryAddress": Address,
"itemMap": CollectionMapType,
@@ -7478,7 +7524,7 @@ Example
{
"hash": "abc123",
- "id": "4",
+ "id": 4,
"index": 123,
"miner": Address
}
@@ -7645,7 +7691,7 @@ Example
{
"endPoint": "abc123",
- "publicIpAddress": "xyz789",
+ "publicIpAddress": "abc123",
"publicKey": PublicKey
}
@@ -7786,7 +7832,7 @@ Fields
Example
- {"count": 123, "pairs": [987]}
+ {"count": 123, "pairs": [123]}
@@ -7847,10 +7893,10 @@ Example
{
"address": Address,
- "petId": 123,
+ "petId": 987,
"startBlockIndex": {},
"unlockBlockIndex": {},
- "unlockStage": 123
+ "unlockStage": 987
}
@@ -7930,7 +7976,7 @@ Example
{
"elementalType": "FIRE",
- "grade": 123,
+ "grade": 987,
"id": 123,
"itemId": Guid,
"itemSubType": "AP_STONE",
@@ -8016,7 +8062,7 @@ Example
"elementalType": "FIRE",
"equipped": false,
"grade": 987,
- "id": 987,
+ "id": 123,
"itemId": Guid,
"itemSubType": "AP_STONE",
"itemType": "CONSUMABLE",
@@ -8174,7 +8220,7 @@ Fields
Example
- {"level": 123, "multiplier": 987}
+ {"level": 123, "multiplier": 123}
@@ -8287,8 +8333,8 @@ Example
"hash": ByteString,
"maximumSupply": FungibleAssetValue,
"minters": [Address],
- "ticker": "xyz789",
- "totalSupplyTrackable": true
+ "ticker": "abc123",
+ "totalSupplyTrackable": false
}
@@ -8432,7 +8478,7 @@ Example
"maximumSupplyMajorUnit": {},
"maximumSupplyMinorUnit": {},
"minters": [Address],
- "ticker": "xyz789",
+ "ticker": "abc123",
"totalSupplyTrackable": true
}
@@ -8847,7 +8893,7 @@ Example
"buffSkills": [SkillType],
"elementalType": "FIRE",
"equipped": false,
- "exp": 123,
+ "exp": 987,
"grade": 987,
"id": 987,
"itemId": Guid,
@@ -9003,7 +9049,7 @@ Example
"currency": Currency,
"majorUnit": {},
"minorUnit": {},
- "quantity": "xyz789",
+ "quantity": "abc123",
"sign": 123,
"string": "xyz789"
}
@@ -9230,7 +9276,7 @@ Fields
Example
- {"count": 123, "fungibleId": "xyz789"}
+ {"count": 123, "fungibleId": "abc123"}
@@ -9290,8 +9336,8 @@ Example
{
"addr": Address,
- "count": 123,
- "fungibleItemId": "xyz789",
+ "count": 987,
+ "fungibleItemId": "abc123",
"item": FungibleItemType
}
@@ -9344,7 +9390,7 @@ Example
{
- "fungibleItemId": "abc123",
+ "fungibleItemId": "xyz789",
"itemSubType": "AP_STONE",
"itemType": "CONSUMABLE"
}
@@ -9658,7 +9704,7 @@ Example
"base64": "abc123",
"hex": "xyz789",
"inspection": "abc123",
- "json": "xyz789"
+ "json": "abc123"
}
@@ -9684,7 +9730,7 @@ Description
Example
- 987
+ 123
@@ -9758,9 +9804,9 @@ Example
{
- "count": 123,
+ "count": 987,
"fungibleItemId": "xyz789",
- "id": 987,
+ "id": 123,
"itemType": "CONSUMABLE",
"lockId": Guid,
"locked": true,
@@ -10717,8 +10763,8 @@ Example
{
"elementalType": "FIRE",
- "grade": 987,
- "id": 123,
+ "grade": 123,
+ "id": 987,
"itemId": ByteString,
"itemSubType": "AP_STONE",
"itemType": "CONSUMABLE",
@@ -10769,7 +10815,7 @@ Fields
Example
- {"materialId": 987, "quantity": 123}
+ {"materialId": 123, "quantity": 987}
@@ -11175,11 +11221,11 @@ Example
{
- "agents": ["xyz789"],
- "agentsCount": 123,
- "ips": ["abc123"],
- "ipsCount": 987,
- "key": "abc123"
+ "agents": ["abc123"],
+ "agentsCount": 987,
+ "ips": ["xyz789"],
+ "ipsCount": 123,
+ "key": "xyz789"
}
@@ -11422,14 +11468,14 @@ Example
"appProtocolVersion": AppProtocolVersionType,
"bootstrapEnded": false,
"genesis": BlockHeader,
- "informationalVersion": "xyz789",
- "isMining": true,
+ "informationalVersion": "abc123",
+ "isMining": false,
"preloadEnded": true,
- "productVersion": "xyz789",
+ "productVersion": "abc123",
"stagedTxIds": [TxId],
"stagedTxIdsCount": 987,
"subscriberAddresses": [Address],
- "subscriberAddressesCount": 987,
+ "subscriberAddressesCount": 123,
"tip": BlockHeader,
"topmostBlocks": [BlockHeader]
}
@@ -11689,14 +11735,14 @@ Example
{
"combatPoint": 987,
- "expiredBlockIndex": 987,
- "itemCount": 123,
+ "expiredBlockIndex": 123,
+ "itemCount": 987,
"itemId": 987,
- "level": 123,
+ "level": 987,
"orderId": Guid,
"price": "abc123",
"sellerAgentAddress": Address,
- "startedBlockIndex": 123,
+ "startedBlockIndex": 987,
"tradableId": Guid
}
@@ -12164,19 +12210,19 @@ Example
{
"avatarAddress": Address,
- "avatarName": "xyz789",
+ "avatarName": "abc123",
"claimedBlockIndex": {},
"cp": 987,
- "highScore": 987,
- "iconId": 987,
+ "highScore": 123,
+ "iconId": 123,
"latestBossLevel": 123,
"latestRewardRank": 123,
"level": 123,
"purchaseCount": 987,
"refillBlockIndex": {},
"remainChallengeCount": 987,
- "totalChallengeCount": 123,
- "totalScore": 987
+ "totalChallengeCount": 987,
+ "totalScore": 123
}
@@ -12255,7 +12301,7 @@ Example
"agentAddress": Address,
"armorId": 987,
"avatarAddress": Address,
- "avatarName": "abc123",
+ "avatarName": "xyz789",
"exp": {},
"level": 123,
"stageClearedBlockIndex": {},
@@ -12484,9 +12530,9 @@ Example
"clients": [Address],
"clientsByDevice": [Address],
"clientsByIps": [MultiAccountInfo],
- "clientsCountByIps": 123,
- "totalCount": 123,
- "totalCountByDevice": 987
+ "clientsCountByIps": 987,
+ "totalCount": 987,
+ "totalCountByDevice": 123
}
@@ -12535,7 +12581,7 @@ Fields
Example
- {"runeId": 987, "slotIndex": 123}
+ {"runeId": 987, "slotIndex": 987}
@@ -12579,7 +12625,7 @@ Fields
Example
- {"level": 123, "runeId": 987}
+ {"level": 987, "runeId": 987}
@@ -12924,7 +12970,7 @@ Example
"id": 123,
"power": 123,
"referencedStatType": "ARMOR_PENETRATION",
- "statPowerRatio": 123
+ "statPowerRatio": 987
}
@@ -12977,7 +13023,7 @@ level
Example
- {"achievementsByLevel": 987}
+ {"achievementsByLevel": 123}
@@ -13094,10 +13140,10 @@ Example
{
- "currencyDecimalPlaces": 123,
- "currencyTicker": "abc123",
+ "currencyDecimalPlaces": 987,
+ "currencyTicker": "xyz789",
"decimalRate": Decimal,
- "itemId": 987,
+ "itemId": 123,
"rate": 987,
"type": "CURRENCY"
}
@@ -14007,7 +14053,7 @@ Example
"avatar": AvatarStateType,
"avatars": [AvatarStateType],
"balance": FungibleAssetValueWithCurrencyType,
- "cachedSheet": "xyz789",
+ "cachedSheet": "abc123",
"crystalMonsterCollectionMultiplierSheet": CrystalMonsterCollectionMultiplierSheetType,
"garages": GaragesType,
"latestStakeRewards": StakeRewardsType,
@@ -14015,7 +14061,7 @@ Example
"monsterCollectionState": MonsterCollectionStateType,
"orderDigestList": OrderDigestListStateType,
"pledge": MeadPledgeType,
- "raidId": 123,
+ "raidId": 987,
"raiderList": [Address],
"raiderState": RaiderStateType,
"rankingMap": RankingMapStateType,
@@ -14099,7 +14145,7 @@ Fields
Example
- {"aTK": 123, "cRI": 987, "dEF": 987, "hIT": 987, "hP": 123, "sPD": 987}
+ {"aTK": 123, "cRI": 987, "dEF": 123, "hIT": 987, "hP": 123, "sPD": 987}
@@ -14124,7 +14170,7 @@ Description
Example
- "abc123"
+ "xyz789"
@@ -14257,7 +14303,7 @@ Example
{
"actions": [Action],
"blockRef": Block,
- "id": 4,
+ "id": "4",
"nonce": {},
"publicKey": ByteString,
"serializedPayload": "abc123",
@@ -14526,7 +14572,7 @@ Example
{
- "attachSignature": "xyz789",
+ "attachSignature": "abc123",
"createUnsignedTx": "abc123",
"getTx": TransactionType,
"ncTransactions": [TransactionType],
@@ -14753,7 +14799,7 @@ Example
{
- "bindSignature": "abc123",
+ "bindSignature": "xyz789",
"nextNonce": {},
"stagedTransactions": [Transaction],
"transaction": Transaction,
@@ -14847,7 +14893,7 @@ Example
"serializedPayload": "xyz789",
"signature": ByteString,
"signer": Address,
- "timestamp": "xyz789",
+ "timestamp": "abc123",
"updatedAddresses": [Address]
}
@@ -15012,9 +15058,9 @@ Example
{
- "blockHash": "xyz789",
+ "blockHash": "abc123",
"blockIndex": {},
- "exceptionNames": ["xyz789"],
+ "exceptionNames": ["abc123"],
"inputState": HashDigest_SHA256,
"outputState": HashDigest_SHA256,
"txStatus": "FAILURE"
@@ -15230,7 +15276,7 @@ hex
Example
- {"metadata": true, "privateKey": false, "publicKey": false}
+ {"metadata": true, "privateKey": true, "publicKey": true}
@@ -15348,10 +15394,10 @@ Example
{
- "blockHash": "abc123",
+ "blockHash": "xyz789",
"flag": VoteFlag,
"height": {},
- "round": 123,
+ "round": 987,
"signature": ByteString,
"timestamp": DateTimeOffset,
"validatorPublicKey": PublicKey
@@ -15477,7 +15523,7 @@ Fields
Example
- {"bossLevel": 123, "claimed": true}
+ {"bossLevel": 123, "claimed": false}
@@ -15579,8 +15625,8 @@ Example
{
"currentHp": {},
"endedBlockIndex": {},
- "id": 987,
- "level": 987,
+ "id": 123,
+ "level": 123,
"startedBlockIndex": {}
}
@@ -15674,8 +15720,8 @@ Example
{
- "isStageCleared": false,
- "isWorldUnlocked": true,
+ "isStageCleared": true,
+ "isWorldUnlocked": false,
"world": WorldType
}
@@ -15853,14 +15899,14 @@ Example
{
- "id": 123,
- "isStageCleared": true,
- "isUnlocked": true,
- "name": "xyz789",
- "stageBegin": 987,
+ "id": 987,
+ "isStageCleared": false,
+ "isUnlocked": false,
+ "name": "abc123",
+ "stageBegin": 123,
"stageClearedBlockIndex": {},
- "stageClearedId": 123,
- "stageEnd": 123,
+ "stageClearedId": 987,
+ "stageEnd": 987,
"unlockedBlockIndex": {}
}
diff --git a/schema.graphql b/schema.graphql
index 489cfa668..5573f3cff 100644
--- a/schema.graphql
+++ b/schema.graphql
@@ -399,6 +399,10 @@ type ActionQuery {
slotIndex: Int!
): ByteString!
requestPledge(agentAddress: Address!, mead: Int = 4): ByteString!
+ retrieveAvatarAssets(
+ """Avatar address to retrieve assets"""
+ avatarAddress: Address!
+ ): ByteString!
runeEnhancement(
"""The avatar address to enhance rune."""
avatarAddress: Address!
@@ -717,6 +721,10 @@ type ActionTxQuery {
slotIndex: Int!
): ByteString!
requestPledge(agentAddress: Address!, mead: Int = 4): ByteString!
+ retrieveAvatarAssets(
+ """Avatar address to retrieve assets"""
+ avatarAddress: Address!
+ ): ByteString!
runeEnhancement(
"""The avatar address to enhance rune."""
avatarAddress: Address!