neofs_create_container
Create a NeoFS container for decentralized file storage on the Neo N3 blockchain. Specify the owner and optional rules to define placement.
Instructions
Create a NeoFS container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Optional: Network | |
| fromWIF | No | Owner account WIF | |
| wif | No | Legacy alias for the owner account WIF | |
| ownerId | Yes | Owner identifier for the container | |
| rules | No | Optional: Container placement rules | |
| confirm | No | Must be true to execute |