Registry contract for issuers to register their security tokens (SecurityTokenRegistryMock.sol)
View Source: contracts/mocks/SecurityTokenRegistryMock.sol
↗ Extends: SecurityTokenRegistry
SecurityTokenRegistryMock
Contract Members
Constants & Variables
uint256 public someValue;
Functions
changeTheFee
function changeTheFee(uint256 _newFee) public nonpayable
Arguments
Name
Type
Description
_newFee
uint256
configure
function configure(uint256 _someValue) public nonpayable
Arguments
Name
Type
Description
_someValue
uint256
Last updated
Was this helpful?