Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Token

Fully qualified path: snforge_std::cheatcodes::erc20::Token

pub enum Token {
    STRK,
    ETH,
    Custom: CustomToken,
}

Variants

STRK

Fully qualified path: snforge_std::cheatcodes::erc20::Token::STRK

STRK

ETH

Fully qualified path: snforge_std::cheatcodes::erc20::Token::ETH

ETH

Custom

Fully qualified path: snforge_std::cheatcodes::erc20::Token::Custom

Custom: CustomToken