dag_signMetagraphDataTransaction
Sends a new data transaction to the selected metagraph and returns signatures in the response.
Parameters
Name
Type
Description
MetagraphId
String
The metagraph id.
Data
Object<any>
The transaction data object.
SignDataTransactionResponse
Return Type
Object<SignDataTransactionResponse>
- An object that includes transaction hash, fee hash (optional), signature and feeSignature (optional)
Example
Last updated
Was this helpful?