Order type
field from Settlement is deprecated. Support will be removed in a subsequent version.get_batch_info
in the version 2 does not return roots. It returns the following:get_batch_info
returned the roots of the orders tree and the vaults tree, that is, the Validium vaults tree. The root of the orders tree can be a root of a Patricia tree if the batch was created after upgrading to StarkEx 4.5, or the root of a Merkle tree, if the batch was created before upgrading to StarkEx 4.5.get_batch_ids
is a deprecated function. It will not be supported in the newer version. This means that the only way to use this function is without the v2 URL path. The function still receives vault_root, order_root, and sequence number. Notice that the vault root should be the Validium vault root.