Codec for the molecule built-in type array.
array
byteArray for byte array which has a better performance.
import { mol } from "@ckb-cobuild/molecule";const Byte32 = mol.array("Byte32", mol.byte, 32); Copy
import { mol } from "@ckb-cobuild/molecule";const Byte32 = mol.array("Byte32", mol.byte, 32);
Generated using TypeDoc
Codec for the molecule built-in type
array
.