Skip to content

Commit

Permalink
chore: Regenerate IDL (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky authored Apr 12, 2024
1 parent 1687f36 commit 2b79a37
Showing 1 changed file with 84 additions and 18 deletions.
102 changes: 84 additions & 18 deletions js/stateless.js/src/idls/account_compression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,26 @@ export type AccountCompression = {
},
];
args: [
{
name: 'index';
type: 'u64';
},
{
name: 'owner';
type: 'publicKey';
},
{
name: 'delegate';
type: {
option: 'publicKey';
};
},
{
name: 'associatedMerkleTree';
type: {
option: 'publicKey';
};
},
{
name: 'capacityIndices';
type: 'u16';
Expand Down Expand Up @@ -169,14 +189,10 @@ export type AccountCompression = {
isSigner: true;
},
{
name: 'queue';
isMut: true;
isSigner: false;
},
{
name: 'merkleTree';
isMut: true;
name: 'registeredProgramPda';
isMut: false;
isSigner: false;
isOptional: true;
},
];
args: [
Expand Down Expand Up @@ -651,7 +667,24 @@ export type AccountCompression = {
name: 'addressQueueAccount';
type: {
kind: 'struct';
fields: [];
fields: [
{
name: 'index';
type: 'u64';
},
{
name: 'owner';
type: 'publicKey';
},
{
name: 'delegate';
type: 'publicKey';
},
{
name: 'associatedMerkleTree';
type: 'publicKey';
},
];
};
},
{
Expand Down Expand Up @@ -696,7 +729,7 @@ export type AccountCompression = {
{
name: 'merkleTreeChangelog';
type: {
array: ['u8', 1041600];
array: ['u8', 1220800];
};
},
{
Expand Down Expand Up @@ -1098,6 +1131,26 @@ export const IDL: AccountCompression = {
},
],
args: [
{
name: 'index',
type: 'u64',
},
{
name: 'owner',
type: 'publicKey',
},
{
name: 'delegate',
type: {
option: 'publicKey',
},
},
{
name: 'associatedMerkleTree',
type: {
option: 'publicKey',
},
},
{
name: 'capacityIndices',
type: 'u16',
Expand Down Expand Up @@ -1168,14 +1221,10 @@ export const IDL: AccountCompression = {
isSigner: true,
},
{
name: 'queue',
isMut: true,
isSigner: false,
},
{
name: 'merkleTree',
isMut: true,
name: 'registeredProgramPda',
isMut: false,
isSigner: false,
isOptional: true,
},
],
args: [
Expand Down Expand Up @@ -1650,7 +1699,24 @@ export const IDL: AccountCompression = {
name: 'addressQueueAccount',
type: {
kind: 'struct',
fields: [],
fields: [
{
name: 'index',
type: 'u64',
},
{
name: 'owner',
type: 'publicKey',
},
{
name: 'delegate',
type: 'publicKey',
},
{
name: 'associatedMerkleTree',
type: 'publicKey',
},
],
},
},
{
Expand Down Expand Up @@ -1695,7 +1761,7 @@ export const IDL: AccountCompression = {
{
name: 'merkleTreeChangelog',
type: {
array: ['u8', 1041600],
array: ['u8', 1220800],
},
},
{
Expand Down

0 comments on commit 2b79a37

Please sign in to comment.