Constant switchboard_solana::program_id::program::MAX_RETURN_DATA
pub const MAX_RETURN_DATA: usize = 1024; // 1_024usize
Expand description
Maximum size that can be set using set_return_data
.
pub const MAX_RETURN_DATA: usize = 1024; // 1_024usize
Maximum size that can be set using set_return_data
.