SplitContractDeployMetadata interface
Options for deploying Split contract
Signature:
export interface SplitContractDeployMetadata
Properties
| Property | Type | Description |
|---|---|---|
| description? | string | (Optional) Optional description of the contract |
| external_link? | string | (Optional) Optional url for the contract |
| image? | FileBufferOrString | (Optional) Optional image for the contract |
| name | string | name of the contract |
| recipients | SplitRecipientInput[] | The list of recipients and their share of the split |
| trusted_forwarders? | string[] | (Optional) Custom gasless trusted forwarder addresses |