mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 04:21:12 +00:00
Added some new primitives
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
'asset-selector {:value component}
|
||||
'token-selector {:value component}}
|
||||
:queries {'wallet/token {:value :wallet/token :arguments {:token :string}}
|
||||
'wallet/tokens {:value :wallet/tokens :arguments {:filter :vector}}
|
||||
'wallet/balance {:value :wallet/balance :arguments {:token :string}}
|
||||
'wallet/collectibles {:value :get-collectible-token :arguments {:token :string :symbol :string}}
|
||||
'store/get {:value :store/get :arguments {:key :string}}}
|
||||
@@ -86,6 +87,10 @@
|
||||
{:permissions [:read]
|
||||
:value :store/put
|
||||
:arguments {:key :string :value :any}}
|
||||
'store/puts
|
||||
{:permissions [:read]
|
||||
:value :store/puts
|
||||
:arguments {:value :vector}}
|
||||
'store/append
|
||||
{:permissions [:read]
|
||||
:value :store/append
|
||||
|
||||
Reference in New Issue
Block a user