[][src]Constant near_sdk::env::BLOCKCHAIN_INTERFACE

pub const BLOCKCHAIN_INTERFACE: LocalKey<RefCell<Option<Box<dyn BlockchainInterface>>>>;

Low-level blockchain interface wrapped by the environment. Prefer using env::* and testing_env for interacting with the real and fake blockchains.