pub fn load_script() -> Result<Script, SysError>
Available on crate feature ckb-types only.
Expand description

Load script

Example

let script = load_script().unwrap();