Variable CellOutputConst

CellOutput: ObjectCodec<{
    capacity: FixedBytesCodec<BI, BIish>;
    lock: ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>;
    type: OptionCodec<ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>>;
}> = ...

Type declaration

  • capacity: FixedBytesCodec<BI, BIish>
  • lock: ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>
  • type: OptionCodec<ObjectCodec<{
        args: BytesCodec<string, BytesLike>;
        codeHash: FixedBytesCodec<string, BytesLike>;
        hashType: FixedBytesCodec<HashType, HashType>;
    }>>

Generated using TypeDoc