File tree Expand file tree Collapse file tree 1 file changed +82
-0
lines changed
packages/polkadot/src/__snapshots__ Expand file tree Collapse file tree 1 file changed +82
-0
lines changed Original file line number Diff line number Diff line change 11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
3+ exports [` Polkadot Treasury > Check status of a spend and remove it from the storage if processed > payout events 1` ] = `
4+ [
5+ {
6+ " data" : {
7+ " index" : " (redacted)" ,
8+ " paymentId" : " (redacted)" ,
9+ },
10+ " method" : " Paid" ,
11+ " section" : " treasury" ,
12+ } ,
13+ ]
14+ ` ;
15+
16+ exports [` Polkadot Treasury > Check status of a spend and remove it from the storage if processed > spend processed events 1` ] = `
17+ [
18+ {
19+ " data" : {
20+ " index" : " (redacted)" ,
21+ },
22+ " method" : " SpendProcessed" ,
23+ " section" : " treasury" ,
24+ } ,
25+ ]
26+ ` ;
27+
28+ exports [` Polkadot Treasury > Check status of a spend and remove it from the storage if processed > treasury spend approval events 1` ] = `
29+ [
30+ {
31+ " data" : {
32+ " amount" : 1000000000000 ,
33+ " assetKind" : {
34+ " V4" : {
35+ " assetId" : {
36+ " interior" : {
37+ " X2" : [
38+ {
39+ " PalletInstance" : 50 ,
40+ },
41+ {
42+ " GeneralIndex" : " (rounded 2000)" ,
43+ },
44+ ],
45+ },
46+ " parents" : 0 ,
47+ },
48+ " location" : {
49+ " interior" : {
50+ " X1" : [
51+ {
52+ " Parachain" : 1000 ,
53+ },
54+ ],
55+ },
56+ " parents" : 0 ,
57+ },
58+ },
59+ },
60+ " beneficiary" : {
61+ " V4" : {
62+ " interior" : {
63+ " X1" : [
64+ {
65+ " AccountId32" : {
66+ " id" : " (hash)" ,
67+ " network" : null ,
68+ },
69+ },
70+ ],
71+ },
72+ " parents" : 0 ,
73+ },
74+ },
75+ " expireAt" : " (redacted)" ,
76+ " index" : " (redacted)" ,
77+ " validFrom" : " (redacted)" ,
78+ },
79+ " method" : " AssetSpendApproved" ,
80+ " section" : " treasury" ,
81+ } ,
82+ ]
83+ ` ;
84+
385exports [` Polkadot Treasury > Claim a spend > payout events 1` ] = `
486[
587 {
You can’t perform that action at this time.
0 commit comments