Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 491 Bytes

0006-attach-solution-provider.md

File metadata and controls

20 lines (11 loc) · 491 Bytes

6. Allow attaching solution provider ID to existing contracts

Date: 2023-03-10

Status

Accepted

Context

See here for more details.

Decision

We added a call on tfchain:

  • SmartContractModule.attach_solution_provider_id(contract_id, solution_provider_id)

This call adds a solution provider ID to a contract, only the owner of the contract can call this function. You cannot override an existing solution provider ID.