orderly_core_contracts 0.1.0+7366 copy "orderly_core_contracts: ^0.1.0+7366" to clipboard
orderly_core_contracts: ^0.1.0+7366 copied to clipboard

Dart protobuf and gRPC contract types for Orderly Core integrations.

Orderly Core Contracts #

Dart protobuf and gRPC contracts for Orderly Core.

The generated files are published under lib/proto and can be imported directly:

import 'package:orderly_core_contracts/proto/BaseTypes.pb.dart';
import 'package:orderly_core_contracts/proto/AccountService.pbgrpc.dart';

Regenerate the Dart files after changing files in the repository interface directory:

dart pub get
dart pub global activate protoc_plugin 25.0.0
dart run tool/generate.dart

Before publishing:

dart format --set-exit-if-changed lib test tool example
dart analyze
dart test
dart pub publish --dry-run

License #

Copyright (c) Orderly. All rights reserved. See LICENSE.

0
likes
150
points
25
downloads

Documentation

Documentation
API reference

Publisher

verified publisherorderly.shop

Weekly Downloads

Dart protobuf and gRPC contract types for Orderly Core integrations.

Homepage
Repository (GitHub)
View/report issues

Topics

#orderly #protobuf #grpc #contracts

License

unknown (license)

Dependencies

fixnum, grpc, protobuf

More

Packages that depend on orderly_core_contracts