[][src]Function ontio_std::runtime::storage_read

pub fn storage_read(key: &[u8]) -> Option<Vec<u8>>

Read key-value pairs according to key.

Example

let key = "key";
let res = runtime::storage_read(key.as_bytes());