Interface SimpleBudgetPayload

The object representation of a SimpleBudgetPayload.InitPayload

SimpleBudgetPayload

interface SimpleBudgetPayload {
    owner: `0x${string}`;
    authorized: `0x${string}`[];
}

Properties

Properties

owner: `0x${string}`

The budget's owner

authorized: `0x${string}`[]

List of accounts authorized to use the budget. This list should include a Boost core address to interact with the protocol.