gill

RequestHeapFrameInstructionDataArgs

type RequestHeapFrameInstructionDataArgs = {
  bytes: number;
};

Properties

bytes

bytes: number;

Requested transaction-wide program heap size in bytes. Must be multiple of 1024. Applies to each program, including CPIs.

On this page