Skip to content

Commit

Permalink
update idl
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Jul 10, 2024
1 parent 43806e8 commit 9dba757
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions idl/voter_stake_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,10 +1120,14 @@ export type VoterStakeRegistry = {
"native token amounts convert to vote weight."
],
"type": {
"kind": "enum",
"variants": [
"kind": "struct",
"fields": [
{
"name": "None"
"name": "mint",
"docs": [
"Mint for this entry."
],
"type": "publicKey"
},
{
"name": "grantAuthority",
Expand Down Expand Up @@ -2672,10 +2676,14 @@ export const IDL: VoterStakeRegistry = {
"native token amounts convert to vote weight."
],
"type": {
"kind": "enum",
"variants": [
"kind": "struct",
"fields": [
{
"name": "None"
"name": "mint",
"docs": [
"Mint for this entry."
],
"type": "publicKey"
},
{
"name": "grantAuthority",
Expand Down

0 comments on commit 9dba757

Please sign in to comment.