###### tags: `strunfun`
# MultiSigContractObject
## Description
The `MultiSigContractOject` is by the [multisighandlermodule](https://hackmd.io/iPcomROzR-mmiF15ak_RCg) for fast accessibility of the things required to be displayed in the [MultiSig Control UI](https://hackmd.io/Nb_ZnxIJRDePo1PO1bDXKQ).
## Expectation to the Environment
- Free of expectations :sunglasses:
## Structure
- `chainId"`
- `address"`
- `type"`
- `owners["`
## Specification
- `chainId"` = Chain Id of the Ethereum Blockchain as hex string
- `address"` = Specific address of this deployed contract
- `type"` = The specific type name of the MultiSig Contract - by which the `byteCode` and `ABI` is mapped
- `owners["` = List of thought owners - this is specified by the UI - the number is depending on the `type` - they might be unauthorized
---
## Example in [MicroMarkUp](https://hackmd.io/Nzn_85q_TC6X2-4yweOiEQ?view)
```
° MultiSigContract: The `MultiSigContractOject` is by the [multisighandlermodule](https://hackmd.io/iPcomROzR-mmiF15ak_RCg) for fast accessibility of the things required to be displayed in the [MultiSig Control UI](https://hackmd.io/Nb_ZnxIJRDePo1PO1bDXKQ).
chainId": Chain Id of the Ethereum Blockchain as hex string
address": Specific address of this deployed contract
type": The specific type name of the MultiSig Contract - by which the `byteCode` and `ABI` is mapped
owners[": List of thought owners - this is specified by the UI - the number is depending on the `type` - they might be unauthorized
```