@helium/idls
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -506,101 +506,2 @@ "use strict"; | ||
{ | ||
"name": "burnFromIssuanceV0", | ||
"accounts": [ | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "hotspot_config" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "burnAccounts", | ||
"accounts": [ | ||
{ | ||
"name": "dataCredits", | ||
"isMut": false, | ||
"isSigner": false, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "dc" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "dc_mint" | ||
} | ||
] | ||
}, | ||
"relations": [ | ||
"dc_mint" | ||
] | ||
}, | ||
{ | ||
"name": "burner", | ||
"isMut": true, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "owner", | ||
"isMut": true, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "dcMint", | ||
"isMut": true, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "associatedTokenProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "tokenProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "systemProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
} | ||
] | ||
} | ||
], | ||
"args": [ | ||
{ | ||
"name": "args", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "burnWithoutTrackingV0", | ||
@@ -937,26 +838,2 @@ "accounts": [ | ||
{ | ||
"name": "BurnFromIssuanceArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "amount", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "authorityBump", | ||
"type": "u8" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "BurnWithoutTrackingArgsV0", | ||
@@ -963,0 +840,0 @@ "type": { |
@@ -503,101 +503,2 @@ export const IDL = { | ||
{ | ||
"name": "burnFromIssuanceV0", | ||
"accounts": [ | ||
{ | ||
"name": "authority", | ||
"isMut": false, | ||
"isSigner": true, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "hotspot_config" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.sub_dao" | ||
}, | ||
{ | ||
"kind": "arg", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
}, | ||
"path": "args.symbol" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "burnAccounts", | ||
"accounts": [ | ||
{ | ||
"name": "dataCredits", | ||
"isMut": false, | ||
"isSigner": false, | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const", | ||
"type": "string", | ||
"value": "dc" | ||
}, | ||
{ | ||
"kind": "account", | ||
"type": "publicKey", | ||
"account": "Mint", | ||
"path": "dc_mint" | ||
} | ||
] | ||
}, | ||
"relations": [ | ||
"dc_mint" | ||
] | ||
}, | ||
{ | ||
"name": "burner", | ||
"isMut": true, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "owner", | ||
"isMut": true, | ||
"isSigner": true | ||
}, | ||
{ | ||
"name": "dcMint", | ||
"isMut": true, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "associatedTokenProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "tokenProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
}, | ||
{ | ||
"name": "systemProgram", | ||
"isMut": false, | ||
"isSigner": false | ||
} | ||
] | ||
} | ||
], | ||
"args": [ | ||
{ | ||
"name": "args", | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "burnWithoutTrackingV0", | ||
@@ -934,26 +835,2 @@ "accounts": [ | ||
{ | ||
"name": "BurnFromIssuanceArgsV0", | ||
"type": { | ||
"kind": "struct", | ||
"fields": [ | ||
{ | ||
"name": "amount", | ||
"type": "u64" | ||
}, | ||
{ | ||
"name": "subDao", | ||
"type": "publicKey" | ||
}, | ||
{ | ||
"name": "symbol", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "authorityBump", | ||
"type": "u8" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "BurnWithoutTrackingArgsV0", | ||
@@ -960,0 +837,0 @@ "type": { |
@@ -503,101 +503,2 @@ export type DataCredits = { | ||
{ | ||
"name": "burnFromIssuanceV0"; | ||
"accounts": [ | ||
{ | ||
"name": "authority"; | ||
"isMut": false; | ||
"isSigner": true; | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const"; | ||
"type": "string"; | ||
"value": "hotspot_config"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0"; | ||
}; | ||
"path": "args.sub_dao"; | ||
}, | ||
{ | ||
"kind": "arg"; | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0"; | ||
}; | ||
"path": "args.symbol"; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "burnAccounts"; | ||
"accounts": [ | ||
{ | ||
"name": "dataCredits"; | ||
"isMut": false; | ||
"isSigner": false; | ||
"pda": { | ||
"seeds": [ | ||
{ | ||
"kind": "const"; | ||
"type": "string"; | ||
"value": "dc"; | ||
}, | ||
{ | ||
"kind": "account"; | ||
"type": "publicKey"; | ||
"account": "Mint"; | ||
"path": "dc_mint"; | ||
} | ||
]; | ||
}; | ||
"relations": [ | ||
"dc_mint" | ||
]; | ||
}, | ||
{ | ||
"name": "burner"; | ||
"isMut": true; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "owner"; | ||
"isMut": true; | ||
"isSigner": true; | ||
}, | ||
{ | ||
"name": "dcMint"; | ||
"isMut": true; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "associatedTokenProgram"; | ||
"isMut": false; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "tokenProgram"; | ||
"isMut": false; | ||
"isSigner": false; | ||
}, | ||
{ | ||
"name": "systemProgram"; | ||
"isMut": false; | ||
"isSigner": false; | ||
} | ||
]; | ||
} | ||
]; | ||
"args": [ | ||
{ | ||
"name": "args"; | ||
"type": { | ||
"defined": "BurnFromIssuanceArgsV0"; | ||
}; | ||
} | ||
]; | ||
}, | ||
{ | ||
"name": "burnWithoutTrackingV0"; | ||
@@ -934,26 +835,2 @@ "accounts": [ | ||
{ | ||
"name": "BurnFromIssuanceArgsV0"; | ||
"type": { | ||
"kind": "struct"; | ||
"fields": [ | ||
{ | ||
"name": "amount"; | ||
"type": "u64"; | ||
}, | ||
{ | ||
"name": "subDao"; | ||
"type": "publicKey"; | ||
}, | ||
{ | ||
"name": "symbol"; | ||
"type": "string"; | ||
}, | ||
{ | ||
"name": "authorityBump"; | ||
"type": "u8"; | ||
} | ||
]; | ||
}; | ||
}, | ||
{ | ||
"name": "BurnWithoutTrackingArgsV0"; | ||
@@ -960,0 +837,0 @@ "type": { |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "39fda136a8598f087f02e8a1e1b9713eba803a73" | ||
"gitHead": "1a676daee7cccec6f8ec53018fed959f90ea7a73" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1395395
28928