db_get_internal

Function db_get_internal 

Source
pub(crate) fn db_get_internal(
    ctx: FunctionEnvMut<'_, Env>,
    ptr: WasmPtr<u8>,
    ptr_len: u32,
    local: bool,
) -> i64
Expand description

Internal db_get function which branches to either on-chain or tx-local.

ยงPermissions

  • ContractSection::Deploy
  • ContractSection::Metadata
  • ContractSection::Exec