db_lookup_internal

Function db_lookup_internal 

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

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

ยงPermissions

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