space_ex v0.1.0 SpaceEx.SpaceCenter.ContractManager

Contracts manager.

Obtained by calling SpaceEx.SpaceCenter.get_waypoint_manager/1.

Link to this section Summary

Functions

A list of all active contracts

A list of all contracts

A list of all completed contracts

A list of all failed contracts

A list of all offered, but unaccepted, contracts

A list of all contract types

Link to this section Functions

Link to this function get_active_contracts(conn, this)

A list of all active contracts.

Link to this function get_all_contracts(conn, this)

A list of all contracts.

Link to this function get_completed_contracts(conn, this)

A list of all completed contracts.

Link to this function get_failed_contracts(conn, this)

A list of all failed contracts.

Link to this function get_offered_contracts(conn, this)

A list of all offered, but unaccepted, contracts.

Link to this function get_types(conn, this)

A list of all contract types.