We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e95f8 commit b3e50a8Copy full SHA for b3e50a8
smaller-challenges/XRDTo100/src/lib.rs
@@ -129,6 +129,10 @@ blueprint! {
129
.metadata("name", "Escrow Obligation")
130
.metadata("symbol", "ESCROW")
131
.metadata("description", "This resource describes the obligation of the two parties involved in the exchange.")
132
+ .metadata("team-member-1-github-username ", "Janos889")
133
+ .metadata("team-member-2-github-username ", "alexskin")
134
+ .metadata("team-member-3-github-username ", "htomee")
135
+ .metadata("team-member-4-github-username ", "foleri")
136
// .no_initial_supply();
137
.initial_supply([
138
(
0 commit comments