github.com/lino-network/lino@v0.6.11/x/developer/manager/golden/TestDeveloperManagerSuite/TestPrivateAppIDAMove/Fail_from_not_found.golden (about) 1 [ 2 { 3 "prefix": "0", 4 "key": "testapp", 5 "val": { 6 "type": "lino/developer", 7 "value": { 8 "username": "testapp", 9 "deposit": { 10 "amount": "0" 11 }, 12 "app_consumption": "0", 13 "web_site": "", 14 "description": "", 15 "app_meta_data": "", 16 "is_deleted": false, 17 "n_affiliated": "0" 18 } 19 } 20 }, 21 { 22 "prefix": "0", 23 "key": "testapp-revoked-ida", 24 "val": { 25 "type": "lino/developer", 26 "value": { 27 "username": "testapp-revoked-ida", 28 "deposit": { 29 "amount": "0" 30 }, 31 "app_consumption": "0", 32 "web_site": "", 33 "description": "", 34 "app_meta_data": "", 35 "is_deleted": false, 36 "n_affiliated": "0" 37 } 38 } 39 }, 40 { 41 "prefix": "0", 42 "key": "testapp-without-ida", 43 "val": { 44 "type": "lino/developer", 45 "value": { 46 "username": "testapp-without-ida", 47 "deposit": { 48 "amount": "0" 49 }, 50 "app_consumption": "0", 51 "web_site": "", 52 "description": "", 53 "app_meta_data": "", 54 "is_deleted": false, 55 "n_affiliated": "0" 56 } 57 } 58 }, 59 { 60 "prefix": "1", 61 "key": "testapp", 62 "val": { 63 "type": "lino/appida", 64 "value": { 65 "app": "testapp", 66 "name": "test-lemon", 67 "price": "10000", 68 "is_revoked": false, 69 "revoke_coin_price": "0" 70 } 71 } 72 }, 73 { 74 "prefix": "1", 75 "key": "testapp-revoked-ida", 76 "val": { 77 "type": "lino/appida", 78 "value": { 79 "app": "testapp-revoked-ida", 80 "name": "test-lemon", 81 "price": "10000", 82 "is_revoked": true, 83 "revoke_coin_price": "0" 84 } 85 } 86 }, 87 { 88 "prefix": "2", 89 "key": "testapp/from", 90 "val": { 91 "type": "lino/bank", 92 "value": { 93 "b": "100000" 94 } 95 } 96 }, 97 { 98 "prefix": "2", 99 "key": "testapp/from-not-enough", 100 "val": { 101 "type": "lino/bank", 102 "value": { 103 "b": "10" 104 } 105 } 106 }, 107 { 108 "prefix": "2", 109 "key": "testapp/from-unauthed", 110 "val": { 111 "type": "lino/bank", 112 "value": { 113 "b": "1000", 114 "unauthed": true 115 } 116 } 117 }, 118 { 119 "prefix": "2", 120 "key": "testapp/to", 121 "val": { 122 "type": "lino/bank", 123 "value": { 124 "b": "1000" 125 } 126 } 127 } 128 ]