rpc/JSON-RPC method
da.SubmitWithOptions
**SubmitWithOptions submits the Blobs to Data Availability layer.
This method is synchronous. Upon successful submission to Data Availability layer, it returns the IDs identifying blobs in DA.
Deprecated: This method is deprecated and will be removed in the future. **
Auth level: write
Params:
[{"name":"blobs","description":"[]da.Blob","summary":"","schema":{"examples":[["Ynl0ZSBhcnJheQ=="]],"items":[{"type":["string"]}],"type":["array"]},"required":true,"deprecated":false},{"name":"gasPrice","description":"float64","summary":"","schema":{"examples":[42],"type":["number"]},"required":true,"deprecated":false},{"name":"ns","description":"da.Namespace","summary":"","schema":{"examples":["Ynl0ZSBhcnJheQ=="],"type":["string"]},"required":true,"deprecated":false},{"name":"options","description":"[]byte","summary":"","schema":{"examples":["Ynl0ZSBhcnJheQ=="],"type":["string"]},"required":true,"deprecated":false}]
Result:
{"name":"[]da.ID","description":"[]da.ID","summary":"","schema":{"examples":[["Ynl0ZSBhcnJheQ=="]],"items":[{"type":["string"]}],"type":["array"]},"required":true,"deprecated":false}