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

Base64DirtyUpgradeable

Inherits: Initializable

Functions

__Base64Dirty_init

function __Base64Dirty_init() internal onlyInitializing;

__Base64Dirty_init_unchained

function __Base64Dirty_init_unchained() internal onlyInitializing;

encode

function encode(bytes memory input) public pure returns (string memory);

Structs

A

struct A {
    uint256 value;
}