File tree Expand file tree Collapse file tree
packages/polkadot/src/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+ exports [` Polkadot Asset Hub 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 Asset Hub 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 Asset Hub Treasury > Check status of a spend and remove it from the storage if processed > treasury spend approval events 1` ] = `
29+ [
30+ {
31+ " data" : " (redacted)" ,
32+ " method" : " AssetSpendApproved" ,
33+ " section" : " treasury" ,
34+ } ,
35+ ]
36+ ` ;
37+
38+ exports [` Polkadot Asset Hub Treasury > Claim a spend > payout events 1` ] = `
39+ [
40+ {
41+ " data" : {
42+ " index" : " (redacted)" ,
43+ " paymentId" : " (redacted)" ,
44+ },
45+ " method" : " Paid" ,
46+ " section" : " treasury" ,
47+ } ,
48+ ]
49+ ` ;
50+
51+ exports [` Polkadot Asset Hub Treasury > Claim a spend > treasury spend approval events 1` ] = `
52+ [
53+ {
54+ " data" : " (redacted)" ,
55+ " method" : " AssetSpendApproved" ,
56+ " section" : " treasury" ,
57+ } ,
58+ ]
59+ ` ;
60+
61+ exports [` Polkadot Asset Hub Treasury > Propose and approve a spend of treasury funds > treasury spend approval events 1` ] = `
62+ [
63+ {
64+ " data" : " (redacted)" ,
65+ " method" : " AssetSpendApproved" ,
66+ " section" : " treasury" ,
67+ } ,
68+ ]
69+ ` ;
70+
71+ exports [` Polkadot Asset Hub Treasury > Void previously approved spend > treasury spend approval events 1` ] = `
72+ [
73+ {
74+ " data" : " (redacted)" ,
75+ " method" : " AssetSpendApproved" ,
76+ " section" : " treasury" ,
77+ } ,
78+ ]
79+ ` ;
80+
81+ exports [` Polkadot Asset Hub Treasury > Void previously approved spend > treasury spend voided events 1` ] = `
82+ [
83+ {
84+ " data" : {
85+ " index" : " (redacted)" ,
86+ },
87+ " method" : " AssetSpendVoided" ,
88+ " section" : " treasury" ,
89+ } ,
90+ ]
91+ ` ;
You can’t perform that action at this time.
0 commit comments