-
Notifications
You must be signed in to change notification settings - Fork 63
contract.StringLibrary
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
function append(string memory a, string memory b) internal pure returns (string memory);
function append(string memory a, string memory b, string memory c) internal pure returns (string memory);
function recover(string memory message, uint8 v, bytes32 r, bytes32 s) internal pure returns (address);
function concat(
bytes memory ba,
bytes memory bb,
bytes memory bc,
bytes memory bd,
bytes memory be,
bytes memory bf,
bytes memory bg
) internal pure returns (bytes memory);