MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / transfer

Method transfer

contracts/erc20/src/lib.rs:25–27  ·  view source on GitHub ↗
(to: String, amount: u64)

Source from the content-addressed store, hash-verified

23 }
24
25 fn transfer(to: String, amount: u64) {
26 println!("to {}, amount", amount);
27 }
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected