Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 509 Bytes

File metadata and controls

34 lines (22 loc) · 509 Bytes

Solidity API

Reimbursable

reimbursementPool

contract ReimbursementPool reimbursementPool

ReimbursementPoolUpdated

event ReimbursementPoolUpdated(address newReimbursementPool)

refundable

modifier refundable(address receiver)

onlyReimbursableAdmin

modifier onlyReimbursableAdmin()

updateReimbursementPool

function updateReimbursementPool(contract ReimbursementPool _reimbursementPool) external