Internal
Fixvec codec for the molecule built-in type vector when the inner type has a fixed size.
vector
byteFixvec for byte fixvec which has a better performance.
import { mol } from "@ckb-cobuild/molecule";const Bytes = mol.fixvec("Bytes", mol.byte); Copy
import { mol } from "@ckb-cobuild/molecule";const Bytes = mol.fixvec("Bytes", mol.byte);
Generated using TypeDoc
Fixvec codec for the molecule built-in type
vector
when the inner type has a fixed size.