Type alias AddVaultBucketV1InstructionArgs
AddVaultBucketV1InstructionArgs: {
allowWithdrawals?: undefined | boolean;
end: number | bigint;
index?: undefined | number;
padding?: undefined | number[];
start: number | bigint;
}
Type declaration
-
Optional allowWithdrawals?: undefined | boolean
-
end: number | bigint
-
Optional index?: undefined | number
-
Optional padding?: undefined | number[]
-
start: number | bigint