space_ex v0.1.0 SpaceEx.SpaceCenter.Contract

A contract.

Can be accessed using SpaceEx.SpaceCenter.get_contract_manager/1.

Link to this section Summary

Functions

Accept an offered contract

Cancel an active contract

Decline an offered contract

Whether the contract is active

Whether the contract can be canceled

Whether the contract can be declined

Whether the contract can be failed

Description of the contract

Whether the contract has been failed

Funds received when accepting the contract

Funds received on completion of the contract

Funds lost if the contract is failed

Keywords for the contract

Notes for the contract

Parameters for the contract

Whether the contract has been read

Reputation gained on completion of the contract

Reputation lost if the contract is failed

Science gained on completion of the contract

Whether the contract has been seen

State of the contract

Synopsis for the contract

Title of the contract

Type of the contract

Link to this section Functions

Link to this function accept(conn, this)

Accept an offered contract.

Link to this function cancel(conn, this)

Cancel an active contract.

Link to this function decline(conn, this)

Decline an offered contract.

Link to this function get_active(conn, this)

Whether the contract is active.

Link to this function get_can_be_canceled(conn, this)

Whether the contract can be canceled.

Link to this function get_can_be_declined(conn, this)

Whether the contract can be declined.

Link to this function get_can_be_failed(conn, this)

Whether the contract can be failed.

Link to this function get_description(conn, this)

Description of the contract.

Link to this function get_failed(conn, this)

Whether the contract has been failed.

Link to this function get_funds_advance(conn, this)

Funds received when accepting the contract.

Link to this function get_funds_completion(conn, this)

Funds received on completion of the contract.

Link to this function get_funds_failure(conn, this)

Funds lost if the contract is failed.

Link to this function get_keywords(conn, this)

Keywords for the contract.

Link to this function get_notes(conn, this)

Notes for the contract.

Link to this function get_parameters(conn, this)

Parameters for the contract.

Link to this function get_read(conn, this)

Whether the contract has been read.

Link to this function get_reputation_completion(conn, this)

Reputation gained on completion of the contract.

Link to this function get_reputation_failure(conn, this)

Reputation lost if the contract is failed.

Link to this function get_science_completion(conn, this)

Science gained on completion of the contract.

Link to this function get_seen(conn, this)

Whether the contract has been seen.

Link to this function get_state(conn, this)

State of the contract.

Link to this function get_synopsis(conn, this)

Synopsis for the contract.

Link to this function get_title(conn, this)

Title of the contract.

Link to this function get_type(conn, this)

Type of the contract.