Skip to content

Commit 07b332f

Browse files
authored
Api (#189)
* Remove quartz * add more sdk methods * remove nesting from reference
1 parent 5a02611 commit 07b332f

File tree

27 files changed

+2029
-594
lines changed

27 files changed

+2029
-594
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package-lock.json
1010
.DS_Store
1111

1212
# Substrate proxy
13-
substrate-proxy
13+
# substrate-proxy

docs/.vuepress/components/CollectionAddressCoder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="inputContainer">
1010
<UniqueInput placeholder="Collection address" v-model="addressInputRef" class="input"/>
11-
<UniqueButton @click="convertAddressToCollectionId">
11+
<UniqueButton color="blue" @click="convertAddressToCollectionId">
1212
Address to Collection Id
1313
</UniqueButton>
1414
</div>

0 commit comments

Comments
 (0)