MCPcopy Create free account
hub / github.com/NextDotID/proof_server / triggerArweave

Function triggerArweave

controller/proof_upload.go:132–143  ·  view source on GitHub ↗
(persona string)

Source from the content-addressed store, hash-verified

130}
131
132func triggerArweave(persona string) error {
133 msg := types.QueueMessage{
134 Action: types.QueueActions.ArweaveUpload,
135 Persona: persona,
136 }
137
138 if err := sqs.Send(msg); err != nil {
139 return xerrors.Errorf("error sending message to queue: %w", err)
140 }
141
142 return nil
143}

Callers 1

proofUploadFunction · 0.85

Calls 1

SendFunction · 0.92

Tested by

no test coverage detected