@helium/idls
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -306,2 +306,16 @@ "use strict"; | ||
{ | ||
"name": "signerSeeds", | ||
"docs": [ | ||
"Additional signer seeds. Should include bump", | ||
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name", | ||
"and the bump you pass and account should be consistent with this. But to save space", | ||
"in the instruction, they should be ommitted here. See tests for examples" | ||
], | ||
"type": { | ||
"vec": { | ||
"vec": "bytes" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
@@ -374,2 +388,7 @@ "type": "u32" | ||
"msg": "Failed to serialize instruction" | ||
}, | ||
{ | ||
"code": 6002, | ||
"name": "ToCreateSerializeFailed", | ||
"msg": "Failed to serialize ToCreate" | ||
} | ||
@@ -376,0 +395,0 @@ ] |
@@ -303,2 +303,16 @@ export const IDL = { | ||
{ | ||
"name": "signerSeeds", | ||
"docs": [ | ||
"Additional signer seeds. Should include bump", | ||
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name", | ||
"and the bump you pass and account should be consistent with this. But to save space", | ||
"in the instruction, they should be ommitted here. See tests for examples" | ||
], | ||
"type": { | ||
"vec": { | ||
"vec": "bytes" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "index", | ||
@@ -371,2 +385,7 @@ "type": "u32" | ||
"msg": "Failed to serialize instruction" | ||
}, | ||
{ | ||
"code": 6002, | ||
"name": "ToCreateSerializeFailed", | ||
"msg": "Failed to serialize ToCreate" | ||
} | ||
@@ -373,0 +392,0 @@ ] |
@@ -303,2 +303,16 @@ export type LazyTransactions = { | ||
{ | ||
"name": "signerSeeds"; | ||
"docs": [ | ||
"Additional signer seeds. Should include bump", | ||
"Note that these seeds will be prefixed with \"user\", lazy_transactions.name", | ||
"and the bump you pass and account should be consistent with this. But to save space", | ||
"in the instruction, they should be ommitted here. See tests for examples" | ||
]; | ||
"type": { | ||
"vec": { | ||
"vec": "bytes"; | ||
}; | ||
}; | ||
}, | ||
{ | ||
"name": "index"; | ||
@@ -371,2 +385,7 @@ "type": "u32"; | ||
"msg": "Failed to serialize instruction"; | ||
}, | ||
{ | ||
"code": 6002; | ||
"name": "ToCreateSerializeFailed"; | ||
"msg": "Failed to serialize ToCreate"; | ||
} | ||
@@ -373,0 +392,0 @@ ]; |
{ | ||
"name": "@helium/idls", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Exported idls", | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d3e4e0b0a349170d8b9ed79fd65054c383bfda2e" | ||
"gitHead": "e356b94bdc6072cf108769fecaa3b01f54fb3f57" | ||
} |
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
1476192
30416