Constant solana_program::program::MAX_RETURN_DATA
source · pub const MAX_RETURN_DATA: usize = 1024;
Expand description
Maximum size that can be set using set_return_data
.
pub const MAX_RETURN_DATA: usize = 1024;
Maximum size that can be set using set_return_data
.