Message: TableCodec<{
    actions: DynvecCodec<TableCodec<{
        data: DynamicSizeCodec<Uint8Array, string | Uint8Array>;
        script_hash: FixedSizeCodec<Uint8Array, string | Uint8Array>;
        script_info_hash: FixedSizeCodec<Uint8Array, string | Uint8Array>;
    }>>;
}> = ...

Type declaration

Generated using TypeDoc