Skip to content

Commit

Permalink
update idl
Browse files Browse the repository at this point in the history
  • Loading branch information
makarychev committed Aug 7, 2024
1 parent f108804 commit 13ed2cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/idl/transfer_restrictions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ export type TransferRestrictions = {
}
},
{
"name": "group"
"name": "group",
"writable": true
},
{
"name": "holder",
Expand Down Expand Up @@ -1941,6 +1942,11 @@ export type TransferRestrictions = {
"code": 6011,
"name": "transferGroupNotApproved",
"msg": "Transfer group not approved"
},
{
"code": 6012,
"name": "incorrectTokenlockAccount",
"msg": "Wrong tokenlock account"
}
],
"types": [
Expand Down

0 comments on commit 13ed2cf

Please sign in to comment.