## sign()


Sign a contract with the named scheme.


Usage


``` python
sign(
    contract_id,
    scheme,
)
```


## Parameters


`contract_id: ContractId`  
The contract to sign.

`scheme: Signature`  
Which signing scheme to use.


## Returns


`bool`  
True when the contract was signed.
