...rtsInterface".
> Two or more base classes define function with same name and parameter types.
## 使用override关键字,重写两个virtual函数, 重写后的函数也可以继续用virtual修饰,给子类提供重写的可能。
```
override(BaseContact1, BaseContact2)
```
完...
... If no mint authority is present
/// then the mint has a fixed supply and no further tokens may be
/// minted.
pub mint_authority: COption,
/// Total supply of tokens.
pub supply: u64,
/// Number of base 10 digits to the right of the decimal place.
pub decimals: u8...
...链。
```
Usage: cargo prove [OPTIONS]
cargo prove
Commands:
new Setup a new project that runs inside the SP1.
build Build a program
prove (default) Build and prove a program
build-toolchain Build the cargo-prove toolchain.
...
...ction withdraw() public { // 提现方法
// Uncomment this line, and the import of "hardhat/console.sol", to print a log in your terminal
// console.log("Unlock time is %o and block timestamp is %o", unlockTime, block.timestamp);
require(block.timestamp >= unlockTime, "...
...rveData, decodeTransact } from "./decodeTransaction";
/**
* Deserializes and trims blockchain data to extract relevant information.
* @param {Object} data - The data object containing blockchain account information.
* @returns {Object} - An object containing the deserialized signature, public ke...