space_ex v0.3.0 SpaceEx.SpaceCenter.Contract

A contract.

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

Link to this section Summary

Functions

Accept 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

Cancel an active contract

Decline an offered contract

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 active(conn, this)

Whether the contract is active.

Link to this function can_be_canceled(conn, this)

Whether the contract can be canceled.

Link to this function can_be_declined(conn, this)

Whether the contract can be declined.

Link to this function can_be_failed(conn, this)

Whether the contract can be failed.

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 description(conn, this)

Description of the contract.

Link to this function failed(conn, this)

Whether the contract has been failed.

Link to this function funds_advance(conn, this)

Funds received when accepting the contract.

Link to this function funds_completion(conn, this)

Funds received on completion of the contract.

Link to this function funds_failure(conn, this)

Funds lost if the contract is failed.

Link to this function keywords(conn, this)

Keywords for the contract.

Link to this function notes(conn, this)

Notes for the contract.

Link to this function parameters(conn, this)

Parameters for the contract.

Link to this function read(conn, this)

Whether the contract has been read.

Link to this function reputation_completion(conn, this)

Reputation gained on completion of the contract.

Link to this function reputation_failure(conn, this)

Reputation lost if the contract is failed.

Link to this function science_completion(conn, this)

Science gained on completion of the contract.

Link to this function seen(conn, this)

Whether the contract has been seen.

Link to this function state(conn, this)

State of the contract.

Link to this function synopsis(conn, this)

Synopsis for the contract.

Link to this function title(conn, this)

Title of the contract.

Link to this function type(conn, this)

Type of the contract.