MCPcopy Create free account
hub / github.com/Project-DARC/DARC / add_storage_string

Function add_storage_string

darc-js/src/darcjs.ts:264–267  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

262}
263
264export function add_storage_string(value: string): OperationStruct {
265 let operation = OPCODE_ID_31_ADD_STORAGE_STRING(value);
266 return operation;
267}
268
269export function vote(voteArray: boolean[]): OperationStruct {
270 let operation = OPCODE_ID_32_VOTE(voteArray);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected