View Source: contracts/mocks/SecurityTokenRegistryMock.sol
↗ Extends: SecurityTokenRegistry
SecurityTokenRegistryMock
Constants & Variables
uint256 public someValue;
function changeTheFee(uint256 _newFee) public nonpayable
Arguments
Name | Type | Description |
_newFee | uint256 | |
function configure(uint256 _someValue) public nonpayable
Arguments
Name | Type | Description |
_someValue | uint256 | |