MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_input

Method with_input

atomic-core/src/change/attestation.rs:478–481  ·  view source on GitHub ↗

Set input tokens.

(mut self, tokens: u64)

Source from the content-addressed store, hash-verified

476
477 /// Set input tokens.
478 pub fn with_input(mut self, tokens: u64) -> Self {
479 self.input_tokens = tokens;
480 self
481 }
482
483 /// Set output tokens.
484 pub fn with_output(mut self, tokens: u64) -> Self {

Calls

no outgoing calls

Tested by

no test coverage detected