Script type which is compatible with @ckb-cobuild/ckb-molecule-codecs Script.

interface Script {
    args: Uint8Array;
    code_hash: Uint8Array;
    hash_type: "data" | "type" | "data1" | "data2";
}

Properties

args: Uint8Array
code_hash: Uint8Array
hash_type: "data" | "type" | "data1" | "data2"

Generated using TypeDoc