space_ex v0.4.0 SpaceEx.SpaceCenter.ContractParameter

A contract parameter.

See SpaceEx.SpaceCenter.Contract.parameters/2.

Link to this section Summary

Functions

Child contract parameters

Whether the parameter has been completed

Whether the parameter has been failed

Funds received on completion of the contract parameter

Funds lost if the contract parameter is failed

Notes for the parameter

Whether the contract parameter is optional

Reputation gained on completion of the contract parameter

Reputation lost if the contract parameter is failed

Science gained on completion of the contract parameter

Title of the parameter

Link to this section Functions

Link to this function children(conn, this)

Child contract parameters.

Link to this function completed(conn, this)

Whether the parameter has been completed.

Link to this function failed(conn, this)

Whether the parameter has been failed.

Link to this function funds_completion(conn, this)

Funds received on completion of the contract parameter.

Link to this function funds_failure(conn, this)

Funds lost if the contract parameter is failed.

Link to this function notes(conn, this)

Notes for the parameter.

Link to this function optional(conn, this)

Whether the contract parameter is optional.

Link to this function reputation_completion(conn, this)

Reputation gained on completion of the contract parameter.

Link to this function reputation_failure(conn, this)

Reputation lost if the contract parameter is failed.

Link to this function science_completion(conn, this)

Science gained on completion of the contract parameter.

Link to this function title(conn, this)

Title of the parameter.