Variable CellbaseWitnessConst

CellbaseWitness: ObjectCodec<{
    lock: ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>;
    message: BytesCodec<string, BytesLike>;
}> = ...

Type declaration

  • lock: ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>
  • message: BytesCodec<string, BytesLike>

Generated using TypeDoc