ISimpleRecipientRegistry
An interface for a simple recipient registry
getRecipient
function getRecipient(uint256 index) external view returns (address)
Get a recipient
Parameters
Name | Type | Description |
---|---|---|
index | uint256 | The index of the recipient |
Return Values
Name | Type | Description |
---|---|---|
[0] | address | The address of the recipient |
getRecipients
function getRecipients() external view returns (address[])
Get all recipients
Return Values
Name | Type | Description |
---|---|---|
[0] | address[] | The addresses of the recipients |
getRecipientsNumber
function getRecipientsNumber() external view returns (uint256)
Get the number of recipients
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | The number of recipients |