[][src]Function near_sdk::env::read_register

pub fn read_register(register_id: u64) -> Option<Vec<u8>>

Reads the content of the register_id. If register is not used returns None.