stan.distortion
Well-known member
Layer one validation methods, can they be used in data contracts, can a valid Dash address be a required field for example?
Can a document be editable by more than one identity, for example, if an app had voting as user created documents could the app delete them after the vote?
Are there any guidelines on structuring data contracts, for example, should the aim be a single large data contract covering every aspect or are a lot of small contracts covering each aspect ok?
Is there a way of watching for changes, new documents on a contract or changes to a field for example?
Can another contract be a validation, ie, a data contract id as a field in another data contract, a document within a document that's validated by its own data contract?
Can documents have a time to live, ie. they're automatically deleted after a month?
Is there a built-in way of replacing a contract, ie. a new version is registered and users of the existing contract are automatically forwarded to the newest version?
Thanks.
Can a document be editable by more than one identity, for example, if an app had voting as user created documents could the app delete them after the vote?
Are there any guidelines on structuring data contracts, for example, should the aim be a single large data contract covering every aspect or are a lot of small contracts covering each aspect ok?
Is there a way of watching for changes, new documents on a contract or changes to a field for example?
Can another contract be a validation, ie, a data contract id as a field in another data contract, a document within a document that's validated by its own data contract?
Can documents have a time to live, ie. they're automatically deleted after a month?
Is there a built-in way of replacing a contract, ie. a new version is registered and users of the existing contract are automatically forwarded to the newest version?
Thanks.
Last edited: