Constant solana_sdk::program::MAX_RETURN_DATA
source · 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
.