Feat: Implement contract generation and up-/downloading

This commit is contained in:
Björn Fromme
2023-10-11 17:47:06 +02:00
parent 7ecacd7c78
commit f0911f57aa
13 changed files with 421 additions and 10 deletions
+5
View File
@@ -52,6 +52,11 @@ class Address
}
}
public function __toString()
{
return sprintf('%s, %s %s', $this->street, $this->postCode, $this->city);
}
public function toPayload(): array
{
return [