SYMBOL INDEX (459 symbols across 49 files) FILE: darc-docs/src/components/HomepageFeatures/index.js function Feature (line 38) | function Feature({Svg, title, description}) { function HomepageFeatures (line 52) | function HomepageFeatures() { FILE: darc-docs/src/pages/index.js function HomepageHeader (line 37) | function HomepageHeader() { function Home (line 170) | function Home() { FILE: darc-js/src/DARC/DARC.ts type InitParam (line 6) | type InitParam = { type TokenInfo (line 14) | type TokenInfo = { type MemberInfo (line 21) | type MemberInfo = { class DARC (line 32) | class DARC { method constructor (line 43) | constructor(param: InitParam) { method entrance (line 62) | async entrance(program:any){ method getTokenOwners (line 72) | async getTokenOwners(tokenClass: BigInt): Promise { method getTokenInfo (line 76) | async getTokenInfo(tokenClass: BigInt): Promise { method address (line 95) | address(): string { method getNumberOfTokenClasses (line 103) | async getNumberOfTokenClasses(): Promise { method getTokenOwnerBalance (line 113) | async getTokenOwnerBalance(tokenClass: BigInt, owner: string): Promise... method getPluginInfo (line 121) | async getPluginInfo(): Promise { method getMemberList (line 129) | async getMemberList(): Promise { method getMemberInfo (line 133) | async getMemberInfo(memberAddress:string): Promise { FILE: darc-js/src/SDK/Node.ts type NodeType (line 7) | type NodeType = "AND" | "OR" | "NOT" | "EXPRESSION" | "TRUE" | "FALSE" |... class Node (line 12) | class Node { method constructor (line 17) | constructor() { method generateExpressionConditionNodeStruct (line 34) | private generateExpressionConditionNodeStruct(id: bigint): ConditionNo... method generateBooleanConditionNodeStruct (line 54) | private generateBooleanConditionNodeStruct(id: bigint): ConditionNodeS... method generate_AND_or_OR_or_NOT_ConditionNodeStructList (line 92) | private generate_AND_or_OR_or_NOT_ConditionNodeStructList(id: bigint):... method generateConditionNodeList (line 151) | generateConditionNodeList(): ConditionNodeStruct[] { method [Symbol.for('&')] (line 179) | [Symbol.for('&')](other: Node): Node { method [Symbol.for('|')] (line 191) | [Symbol.for('|')](other: Node): Node { class AND (line 199) | class AND extends Node { method constructor (line 200) | constructor(... args:Node[]) { method processChildList (line 209) | processChildList(childList: Node[]) { method processAndNode (line 222) | processAndNode(node: Node) { class OR (line 236) | class OR extends Node { method constructor (line 237) | constructor(... args:Node[]) { method processChildList (line 246) | processChildList(childList: Node[]) { method processOrNode (line 259) | processOrNode(node: Node) { class NOT (line 273) | class NOT extends Node { method constructor (line 274) | constructor(node:Node) { class EXPRESSION (line 284) | class EXPRESSION extends Node { method constructor (line 285) | constructor(expressionId:number, nodeParam?:NodeParamStruct | undefine... class TRUE (line 295) | class TRUE extends Node { method constructor (line 296) | constructor() { class FALSE (line 302) | class FALSE extends Node { method constructor (line 303) | constructor() { function and (line 312) | function and(... args:Node[]): Node { function or (line 316) | function or(... args:Node[]): Node { function not (line 320) | function not(node:Node): Node { function expression (line 324) | function expression(expressionId:number, nodeParam?:NodeParamStruct | un... function boolean_true (line 328) | function boolean_true(): Node { function boolean_false (line 332) | function boolean_false(): Node { function node (line 336) | function node(): Node { FILE: darc-js/src/SDK/conditionNodes/Condition_BatchOp.ts function batch_op_size_greater_than (line 75) | function batch_op_size_greater_than(batchSize: number) { function batch_op_size_less_than (line 84) | function batch_op_size_less_than(batchSize: number) { function batch_op_size_in_range (line 93) | function batch_op_size_in_range(startBatchSize: number, endBatchSize: nu... function batch_op_size_equals (line 102) | function batch_op_size_equals(batchSize: number) { function batch_op_each_target_addresses_equals (line 111) | function batch_op_each_target_addresses_equals(targetAddress: string) { function batch_op_each_target_addresses_in_list (line 120) | function batch_op_each_target_addresses_in_list(targetAddressArray: stri... function batch_op_each_target_addresses_in_member_role (line 129) | function batch_op_each_target_addresses_in_member_role(memberRole: numbe... function batch_op_any_target_address_equals (line 138) | function batch_op_any_target_address_equals(targetAddress: string) { function batch_op_any_target_address_in_list (line 147) | function batch_op_any_target_address_in_list(targetAddressArray: string[... function batch_op_any_target_address_in_member_role (line 156) | function batch_op_any_target_address_in_member_role(memberRole: number) { function batch_op_each_target_address_to_itself (line 165) | function batch_op_each_target_address_to_itself() { function batch_op_any_target_address_to_itself (line 174) | function batch_op_any_target_address_to_itself() { function batch_op_each_source_address_equals (line 183) | function batch_op_each_source_address_equals(sourceAddress: string) { function batch_op_each_source_address_in_list (line 192) | function batch_op_each_source_address_in_list(sourceAddressArray: string... function batch_op_each_source_address_in_member_role (line 201) | function batch_op_each_source_address_in_member_role(memberRole: number) { function batch_op_any_source_address_equal (line 210) | function batch_op_any_source_address_equal(sourceAddress: string) { function batch_op_any_source_address_in_list (line 219) | function batch_op_any_source_address_in_list(sourceAddressArray: string[... function batch_op_any_source_address_in_member_role (line 228) | function batch_op_any_source_address_in_member_role(memberRole: number) { function batch_op_each_source_address_from_itself (line 237) | function batch_op_each_source_address_from_itself() { function batch_op_any_source_address_from_itself (line 246) | function batch_op_any_source_address_from_itself() { function batch_op_each_token_class_equals (line 255) | function batch_op_each_token_class_equals(tokenClass: number) { function batch_op_each_token_class_in_list (line 264) | function batch_op_each_token_class_in_list(tokenClassArray: number[]) { function batch_op_each_token_class_in_range (line 273) | function batch_op_each_token_class_in_range(startTokenClass: number, end... function batch_op_each_token_class_greater_than (line 282) | function batch_op_each_token_class_greater_than(tokenClass: number) { function batch_op_each_token_class_less_than (line 291) | function batch_op_each_token_class_less_than(tokenClass: number) { function batch_op_total_token_amount_greater_than (line 300) | function batch_op_total_token_amount_greater_than(amount: number) { function batch_op_total_token_amount_less_than (line 309) | function batch_op_total_token_amount_less_than(amount: number) { function batch_op_total_token_amount_in_range (line 318) | function batch_op_total_token_amount_in_range(startAmount: number, endAm... function batch_op_total_token_amount_equals (line 327) | function batch_op_total_token_amount_equals(amount: number) { function batch_op_any_token_amount_greater_than (line 336) | function batch_op_any_token_amount_greater_than(amount: number) { function batch_op_any_token_amount_less_than (line 345) | function batch_op_any_token_amount_less_than(amount: number) { function batch_op_any_token_amount_in_range (line 354) | function batch_op_any_token_amount_in_range(startAmount: number, endAmou... function batch_op_any_token_amount_equals (line 363) | function batch_op_any_token_amount_equals(amount: number) { function batch_op_any_token_class_greater_than (line 372) | function batch_op_any_token_class_greater_than(tokenClass: number) { function batch_op_any_token_class_less_than (line 381) | function batch_op_any_token_class_less_than(tokenClass: number) { function batch_op_any_token_class_in_range (line 390) | function batch_op_any_token_class_in_range(startTokenClass: number, endT... function batch_op_any_token_class_equals (line 399) | function batch_op_any_token_class_equals(tokenClass: number) { function batch_op_any_token_class_in_list (line 408) | function batch_op_any_token_class_in_list(tokenClassArray: number[]) { function batch_op_each_source_address_in_member_role_list (line 417) | function batch_op_each_source_address_in_member_role_list(memberRoleArra... function batch_op_any_source_address_in_member_role_list (line 426) | function batch_op_any_source_address_in_member_role_list(memberRoleArray... function batch_op_each_target_address_in_member_role_list (line 435) | function batch_op_each_target_address_in_member_role_list(memberRoleArra... function batch_op_any_target_address_in_member_role_list (line 444) | function batch_op_any_target_address_in_member_role_list(memberRoleArray... function batch_op_each_target_address_withdrawable_cash_greater_than (line 453) | function batch_op_each_target_address_withdrawable_cash_greater_than(amo... function batch_op_each_target_address_withdrawable_cash_less_than (line 462) | function batch_op_each_target_address_withdrawable_cash_less_than(amount... function batch_op_each_target_address_withdrawable_cash_in_range (line 471) | function batch_op_each_target_address_withdrawable_cash_in_range(startAm... function batch_op_each_target_address_withdrawable_cash_equals (line 480) | function batch_op_each_target_address_withdrawable_cash_equals(amount: n... function batch_op_any_target_address_withdrawable_cash_greater_than (line 489) | function batch_op_any_target_address_withdrawable_cash_greater_than(amou... function batch_op_any_target_address_withdrawable_cash_less_than (line 498) | function batch_op_any_target_address_withdrawable_cash_less_than(amount:... function batch_op_any_target_address_withdrawable_cash_in_range (line 507) | function batch_op_any_target_address_withdrawable_cash_in_range(startAmo... function batch_op_each_target_address_total_voting_weight_greater_than (line 516) | function batch_op_each_target_address_total_voting_weight_greater_than(a... function batch_op_each_target_address_total_voting_weight_less_than (line 525) | function batch_op_each_target_address_total_voting_weight_less_than(amou... function batch_op_each_target_address_total_voting_weight_in_range (line 534) | function batch_op_each_target_address_total_voting_weight_in_range(start... function batch_op_each_target_address_total_voting_weight_equals (line 543) | function batch_op_each_target_address_total_voting_weight_equals(amount:... function batch_op_any_target_address_total_voting_weight_greater_than (line 552) | function batch_op_any_target_address_total_voting_weight_greater_than(am... function batch_op_any_target_address_total_voting_weight_less_than (line 561) | function batch_op_any_target_address_total_voting_weight_less_than(amoun... function batch_op_any_target_address_total_voting_weight_in_range (line 570) | function batch_op_any_target_address_total_voting_weight_in_range(startA... function batch_op_each_target_address_total_dividend_weight_greater_than (line 579) | function batch_op_each_target_address_total_dividend_weight_greater_than... function batch_op_each_target_address_total_dividend_weight_less_than (line 588) | function batch_op_each_target_address_total_dividend_weight_less_than(am... function batch_op_each_target_address_total_dividend_weight_in_range (line 597) | function batch_op_each_target_address_total_dividend_weight_in_range(sta... function batch_op_any_target_address_total_dividend_weight_greater_than (line 606) | function batch_op_any_target_address_total_dividend_weight_greater_than(... function batch_op_any_target_address_total_dividend_weight_less_than (line 615) | function batch_op_any_target_address_total_dividend_weight_less_than(amo... function batch_op_any_target_address_total_dividend_weight_in_range (line 624) | function batch_op_any_target_address_total_dividend_weight_in_range(star... function batch_op_each_target_address_owns_token_x_greater_than (line 633) | function batch_op_each_target_address_owns_token_x_greater_than(tokenCla... function batch_op_each_target_address_owns_token_x_less_than (line 642) | function batch_op_each_target_address_owns_token_x_less_than(tokenClass:... function batch_op_each_target_address_owns_token_x_in_range (line 651) | function batch_op_each_target_address_owns_token_x_in_range(tokenClass: ... function batch_op_any_target_address_owns_token_x_greater_than (line 660) | function batch_op_any_target_address_owns_token_x_greater_than(tokenClas... function batch_op_any_target_address_owns_token_x_less_than (line 669) | function batch_op_any_target_address_owns_token_x_less_than(tokenClass: ... function batch_op_any_target_address_owns_token_x_in_range (line 678) | function batch_op_any_target_address_owns_token_x_in_range(tokenClass: n... FILE: darc-js/src/SDK/conditionNodes/Condition_CreateTokenClass.ts function create_token_classes_any_token_dividend_weight_greater_than (line 15) | function create_token_classes_any_token_dividend_weight_greater_than(wei... function create_token_classes_any_token_dividend_weight_less_than (line 24) | function create_token_classes_any_token_dividend_weight_less_than(weight... function create_token_classes_any_token_dividend_weight_in_range (line 33) | function create_token_classes_any_token_dividend_weight_in_range(startWe... function create_token_classes_any_token_dividend_weight_equals (line 42) | function create_token_classes_any_token_dividend_weight_equals(weight: b... function create_token_classes_any_voting_weight_greater_than (line 51) | function create_token_classes_any_voting_weight_greater_than(weight: big... function create_token_classes_any_voting_weight_less_than (line 60) | function create_token_classes_any_voting_weight_less_than(weight: bigint) { function create_token_classes_any_voting_weight_in_range (line 69) | function create_token_classes_any_voting_weight_in_range(startWeight: bi... function create_token_classes_any_voting_weight_equals (line 78) | function create_token_classes_any_voting_weight_equals(weight: bigint) { FILE: darc-js/src/SDK/conditionNodes/Condition_MachineState.ts function timestamp_greater_than (line 53) | function timestamp_greater_than(timestamp: number) { function timestamp_less_than (line 62) | function timestamp_less_than(timestamp: number) { function timestamp_in_range (line 71) | function timestamp_in_range(startTimestamp: number, endTimestamp: number) { function date_year_greater_than (line 80) | function date_year_greater_than(year: number) { function date_year_less_than (line 89) | function date_year_less_than(year: number) { function date_year_in_range (line 98) | function date_year_in_range(startYear: number, endYear: number) { function date_month_greater_than (line 107) | function date_month_greater_than(month: number) { function date_month_less_than (line 116) | function date_month_less_than(month: number) { function date_month_in_range (line 125) | function date_month_in_range(startMonth: number, endMonth: number) { function date_day_greater_than (line 134) | function date_day_greater_than(day: number) { function date_day_less_than (line 143) | function date_day_less_than(day: number) { function date_day_in_range (line 152) | function date_day_in_range(startDay: number, endDay: number) { function date_hour_greater_than (line 161) | function date_hour_greater_than(hour: number) { function date_hour_less_than (line 170) | function date_hour_less_than(hour: number) { function date_hour_in_range (line 179) | function date_hour_in_range(startHour: number, endHour: number) { function address_voting_weight_greater_than (line 188) | function address_voting_weight_greater_than(amount: number, address: str... function address_voting_weight_less_than (line 197) | function address_voting_weight_less_than(amount: number, address: string) { function address_voting_weight_in_range (line 206) | function address_voting_weight_in_range(amount: number, address: string) { function address_dividend_weight_greater_than (line 215) | function address_dividend_weight_greater_than(amount: number, address: s... function address_dividend_weight_less_than (line 224) | function address_dividend_weight_less_than(amount: number, address: stri... function address_dividend_weight_in_range (line 233) | function address_dividend_weight_in_range(amount: number, address: strin... function address_token_x_greater_than (line 242) | function address_token_x_greater_than(tokenClass: number, amount: number... function address_token_x_less_than (line 251) | function address_token_x_less_than(tokenClass: number, amount: number, a... function address_token_x_in_range (line 260) | function address_token_x_in_range(tokenClass: number, amount: number, ad... function total_voting_weight_greater_than (line 269) | function total_voting_weight_greater_than(amount: number) { function total_voting_weight_less_than (line 278) | function total_voting_weight_less_than(amount: number) { function total_voting_weight_in_range (line 287) | function total_voting_weight_in_range(amount: number) { function total_dividend_weight_greater_than (line 296) | function total_dividend_weight_greater_than(amount: number) { function total_dividend_weight_less_than (line 305) | function total_dividend_weight_less_than(amount: number) { function total_dividend_weight_in_range (line 314) | function total_dividend_weight_in_range(amount: number) { function total_cash_greater_than (line 323) | function total_cash_greater_than(amount: number) { function total_cash_less_than (line 332) | function total_cash_less_than(amount: number) { function total_cash_in_range (line 341) | function total_cash_in_range(amount: number) { function total_cash_equals (line 350) | function total_cash_equals(amount: number) { function token_in_list_voting_weight_greater_than (line 359) | function token_in_list_voting_weight_greater_than(tokenClassList: number... function token_in_list_voting_weight_less_than (line 368) | function token_in_list_voting_weight_less_than(tokenClassList: number[],... function token_in_list_voting_weight_in_range (line 377) | function token_in_list_voting_weight_in_range(tokenClassList: number[], ... function token_in_list_dividend_weight_greater_than (line 386) | function token_in_list_dividend_weight_greater_than(tokenClassList: numb... function token_in_list_dividend_weight_less_than (line 395) | function token_in_list_dividend_weight_less_than(tokenClassList: number[... function token_in_list_dividend_weight_in_range (line 404) | function token_in_list_dividend_weight_in_range(tokenClassList: number[]... function token_in_list_amount_greater_than (line 413) | function token_in_list_amount_greater_than(tokenClassList: number[], amo... function token_in_list_amount_less_than (line 422) | function token_in_list_amount_less_than(tokenClassList: number[], amount... function token_in_list_amount_in_range (line 431) | function token_in_list_amount_in_range(tokenClassList: number[], amount:... function token_in_list_amount_equals (line 440) | function token_in_list_amount_equals(tokenClassList: number[], amount: n... function address_voting_weight_percenrage_greater_than (line 449) | function address_voting_weight_percenrage_greater_than(amount: number, a... function address_voting_weight_percenrage_less_than (line 458) | function address_voting_weight_percenrage_less_than(amount: number, addr... function address_voting_weight_percenrage_in_range (line 467) | function address_voting_weight_percenrage_in_range(amount: number, addre... function address_dividend_weight_percenrage_greater_than (line 476) | function address_dividend_weight_percenrage_greater_than(amount: number,... function address_dividend_weight_percenrage_less_than (line 485) | function address_dividend_weight_percenrage_less_than(amount: number, ad... function address_dividend_weight_percenrage_in_range (line 494) | function address_dividend_weight_percenrage_in_range(amount: number, add... FILE: darc-js/src/SDK/conditionNodes/Condition_MembershipOp.ts function change_member_role_to_any_role_equals (line 14) | function change_member_role_to_any_role_equals(targetAddress: string) { function change_member_role_to_any_role_in_list (line 23) | function change_member_role_to_any_role_in_list(targetAddressArray: stri... function change_member_role_to_any_role_in_range (line 32) | function change_member_role_to_any_role_in_range(startTargetAddress: str... function change_member_name_to_any_string_in_list (line 41) | function change_member_name_to_any_string_in_list(nameList: string[]) { function change_member_name_to_any_string_contains (line 50) | function change_member_name_to_any_string_contains(subString: string) { FILE: darc-js/src/SDK/conditionNodes/Condition_Operation.ts function operation_equals (line 10) | function operation_equals(opcode: EnumOpcode) { function operation_in_list (line 19) | function operation_in_list(opcodes: EnumOpcode[]) { FILE: darc-js/src/SDK/conditionNodes/Condition_OperationLog.ts function operation_by_operator_since_last_time_greater_than (line 19) | function operation_by_operator_since_last_time_greater_than(timestamp: b... function operation_by_operator_since_last_time_less_than (line 28) | function operation_by_operator_since_last_time_less_than(timestamp: bigi... function operation_by_operator_since_last_time_in_range (line 37) | function operation_by_operator_since_last_time_in_range(startTimestamp: ... function operation_global_since_last_time_greater_than (line 46) | function operation_global_since_last_time_greater_than(timestamp: bigint) { function operation_global_since_last_time_less_than (line 55) | function operation_global_since_last_time_less_than(timestamp: bigint) { function operation_global_since_last_time_in_range (line 64) | function operation_global_since_last_time_in_range(startTimestamp: bigin... function operation_by_any_address_in_list_since_last_time_greater_than (line 73) | function operation_by_any_address_in_list_since_last_time_greater_than(a... function operation_by_any_address_in_list_since_last_time_less_than (line 82) | function operation_by_any_address_in_list_since_last_time_less_than(addr... function operation_by_any_address_in_list_since_last_time_in_range (line 91) | function operation_by_any_address_in_list_since_last_time_in_range(addre... function operation_by_each_address_in_list_since_last_time_greater_than (line 100) | function operation_by_each_address_in_list_since_last_time_greater_than(... function operation_by_each_address_in_list_since_last_time_less_than (line 109) | function operation_by_each_address_in_list_since_last_time_less_than(add... function operation_by_each_address_in_list_since_last_time_in_range (line 118) | function operation_by_each_address_in_list_since_last_time_in_range(addr... FILE: darc-js/src/SDK/conditionNodes/Condition_Operator.ts function operator_name_equals (line 43) | function operator_name_equals(operatorName: string) { function operator_role_equals (line 52) | function operator_role_equals(operatorRoleIndex: number) { function operator_address_equals (line 61) | function operator_address_equals(operatorAddress: string) { function operator_role_greater_than (line 70) | function operator_role_greater_than(operatorRoleIndex: number) { function operator_role_less_than (line 79) | function operator_role_less_than(operatorRoleIndex: number) { function operator_role_in_range (line 88) | function operator_role_in_range(startingOperatorRoleIndex: number, endin... function operator_role_in_list (line 97) | function operator_role_in_list(operatorRoleIndexArray: number[]) { function operator_token_x_amount_greater_than (line 106) | function operator_token_x_amount_greater_than(tokenClass: number, amount... function operator_token_x_amount_less_than (line 115) | function operator_token_x_amount_less_than(tokenClass: number, amount: n... function operator_token_x_amount_in_range (line 124) | function operator_token_x_amount_in_range(tokenClass: number, startingAm... function operator_token_x_amount_equals (line 133) | function operator_token_x_amount_equals(tokenClass: number, amount: numb... function operator_token_x_percentage_greater_than (line 142) | function operator_token_x_percentage_greater_than(tokenClass: number, pe... function operator_token_x_percentage_less_than (line 151) | function operator_token_x_percentage_less_than(tokenClass: number, perce... function operator_token_x_percentage_in_range (line 160) | function operator_token_x_percentage_in_range(tokenClass: number, percen... function operator_token_x_percentage_equals (line 169) | function operator_token_x_percentage_equals(tokenClass: number, percenta... function operator_voting_weight_greater_than (line 178) | function operator_voting_weight_greater_than(amount: number) { function operator_voting_weight_less_than (line 187) | function operator_voting_weight_less_than(amount: number) { function operator_voting_weight_in_range (line 196) | function operator_voting_weight_in_range(startingAmount: number, endingA... function operator_dividend_weight_greater_than (line 205) | function operator_dividend_weight_greater_than(amount: number) { function operator_dividend_weight_less_than (line 214) | function operator_dividend_weight_less_than(amount: number) { function operator_dividend_weight_in_range (line 223) | function operator_dividend_weight_in_range(startingAmount: number, endin... function operator_withdrawable_cash_greater_than (line 232) | function operator_withdrawable_cash_greater_than(amount: number) { function operator_withdrawable_cash_less_than (line 241) | function operator_withdrawable_cash_less_than(amount: number) { function operator_withdrawable_cash_in_range (line 250) | function operator_withdrawable_cash_in_range(startingAmount: number, end... function operator_withdrawable_dividends_greater_than (line 259) | function operator_withdrawable_dividends_greater_than(amount: number) { function operator_withdrawable_dividends_less_than (line 268) | function operator_withdrawable_dividends_less_than(amount: number) { function operator_withdrawable_dividends_in_range (line 277) | function operator_withdrawable_dividends_in_range(startingAmount: number... function operator_address_in_list (line 286) | function operator_address_in_list(addressArray: string[]) { FILE: darc-js/src/SDK/conditionNodes/Condition_PluginAndVoting.ts function enable_any_before_op_plugin_index_in_list (line 88) | function enable_any_before_op_plugin_index_in_list(pluginIndexList: numb... function enable_any_after_op_plugin_index_in_list (line 97) | function enable_any_after_op_plugin_index_in_list(pluginIndexList: numbe... function enable_each_before_op_plugin_index_in_list (line 106) | function enable_each_before_op_plugin_index_in_list(startPluginIndex: nu... function enable_each_after_op_plugin_index_in_list (line 115) | function enable_each_after_op_plugin_index_in_list(pluginIndexList: numb... function disable_any_before_op_plugin_index_in_list (line 124) | function disable_any_before_op_plugin_index_in_list(pluginIndexList: num... function disable_any_after_op_plugin_index_in_list (line 133) | function disable_any_after_op_plugin_index_in_list(pluginIndexList: numb... function disable_each_before_op_plugin_index_in_list (line 142) | function disable_each_before_op_plugin_index_in_list(pluginIndexList: nu... function disable_each_after_op_plugin_index_in_list (line 151) | function disable_each_after_op_plugin_index_in_list(pluginIndexList: num... function enable_any_before_op_plugin_index_in_range (line 160) | function enable_any_before_op_plugin_index_in_range(startPluginIndex: nu... function enable_any_after_op_plugin_index_in_range (line 169) | function enable_any_after_op_plugin_index_in_range(startPluginIndex: num... function enable_each_before_op_plugin_index_in_range (line 178) | function enable_each_before_op_plugin_index_in_range(startPluginIndex: n... function enable_each_after_op_plugin_index_in_range (line 187) | function enable_each_after_op_plugin_index_in_range(startPluginIndex: nu... function disable_any_before_op_plugin_index_in_range (line 196) | function disable_any_before_op_plugin_index_in_range(startPluginIndex: n... function disable_any_after_op_plugin_index_in_range (line 205) | function disable_any_after_op_plugin_index_in_range(startPluginIndex: nu... function disable_each_before_op_plugin_index_in_range (line 214) | function disable_each_before_op_plugin_index_in_range(startPluginIndex: ... function disable_each_after_op_plugin_index_in_range (line 223) | function disable_each_after_op_plugin_index_in_range(startPluginIndex: n... function are_all_plugins_before_operation (line 232) | function are_all_plugins_before_operation() { function are_all_plugins_after_operation (line 241) | function are_all_plugins_after_operation() { function is_any_plugin_before_operation (line 250) | function is_any_plugin_before_operation() { function is_any_plugin_after_operation (line 259) | function is_any_plugin_after_operation() { function add_plugin_any_level_equals (line 268) | function add_plugin_any_level_equals(pluginIndex: number, level: number) { function add_plugin_any_level_in_list (line 277) | function add_plugin_any_level_in_list(pluginIndexList: number[]) { function add_plugin_any_level_in_range (line 286) | function add_plugin_any_level_in_range(startPluginIndex: number, endPlug... function add_plugin_any_level_greater_than (line 295) | function add_plugin_any_level_greater_than(pluginIndex: number, level: n... function add_plugin_any_level_less_than (line 304) | function add_plugin_any_level_less_than(pluginIndex: number, level: numb... function add_plugin_any_return_type_equals (line 313) | function add_plugin_any_return_type_equals(pluginIndex: number, returnTy... function add_plugin_any_voting_rule_index_in_list (line 322) | function add_plugin_any_voting_rule_index_in_list(votingRuleIndexList: n... function add_any_voting_rule_is_absolute_majority (line 331) | function add_any_voting_rule_is_absolute_majority() { function add_any_voting_rule_approval_percentage_in_range (line 340) | function add_any_voting_rule_approval_percentage_in_range(startPercentag... function add_any_voting_rule_token_class_contains (line 349) | function add_any_voting_rule_token_class_contains(tokenClass: number) { FILE: darc-js/src/SDK/conditionNodes/Condition_Program.ts function program_op_length_greater_than (line 16) | function program_op_length_greater_than(length: bigint) { function program_op_length_less_than (line 25) | function program_op_length_less_than(length: bigint) { function program_op_length_in_range (line 34) | function program_op_length_in_range(startLength: bigint, endLength: bigi... function program_op_length_equals (line 43) | function program_op_length_equals(length: bigint) { function program_contains_op (line 52) | function program_contains_op(opCode: EnumOpcode) { function program_contains_op_in_list (line 61) | function program_contains_op_in_list(opCodeList: EnumOpcode[]) { function program_every_op_equals (line 70) | function program_every_op_equals(opCode: EnumOpcode) { function program_every_op_in_list (line 79) | function program_every_op_in_list(opCodeList: EnumOpcode[]) { FILE: darc-js/src/SDK/conditionNodes/Condition_TokenAndCash.ts function token_x_op_any_price_greater_than (line 11) | function token_x_op_any_price_greater_than(tokenClass: bigint, price: bi... function token_x_op_any_price_less_than (line 20) | function token_x_op_any_price_less_than(tokenClass: bigint, price: bigin... function token_x_op_any_price_in_range (line 29) | function token_x_op_any_price_in_range(tokenClass: bigint, startPrice: b... function token_x_op_any_price_equals (line 38) | function token_x_op_any_price_equals(tokenClass: bigint, price: bigint) { FILE: darc-js/src/SDK/conditionNodes/Condition_Withdrawable.ts function add_withdrawable_balance_any_amount_greater_than (line 15) | function add_withdrawable_balance_any_amount_greater_than(amount: bigint) { function add_withdrawable_balance_any_amount_less_than (line 24) | function add_withdrawable_balance_any_amount_less_than(amount: bigint) { function add_withdrawable_balance_any_amount_in_range (line 33) | function add_withdrawable_balance_any_amount_in_range(startAmount: bigin... function add_withdrawable_balance_any_amount_equals (line 42) | function add_withdrawable_balance_any_amount_equals(amount: bigint) { function reduce_withdrawable_balance_any_amount_greater_than (line 51) | function reduce_withdrawable_balance_any_amount_greater_than(amount: big... function reduce_withdrawable_balance_any_amount_less_than (line 60) | function reduce_withdrawable_balance_any_amount_less_than(amount: bigint) { function reduce_withdrawable_balance_any_amount_in_range (line 69) | function reduce_withdrawable_balance_any_amount_in_range(startAmount: bi... function reduce_withdrawable_balance_any_amount_equals (line 78) | function reduce_withdrawable_balance_any_amount_equals(amount: bigint) { FILE: darc-js/src/SDK/includes.ts constant UNDEFINED (line 47) | let UNDEFINED = 0; constant SANDBOX_NEEDED (line 48) | let SANDBOX_NEEDED = 1; constant VOTING_NEEDED (line 50) | let VOTING_NEEDED = 3; constant YES_AND_SKIP_SANDBOX (line 51) | let YES_AND_SKIP_SANDBOX = 4; constant YES (line 52) | let YES = 5; type EnumReturnType (line 54) | enum EnumReturnType { function setNote (line 86) | function setNote(note:string) { function batch_mint_tokens (line 90) | function batch_mint_tokens(addressArray: string[], tokenClassArray: bigi... function batch_create_token_classes (line 95) | function batch_create_token_classes(nameArray: string[], tokenIndexArray... function batch_transfer_tokens (line 100) | function batch_transfer_tokens(addressArray: string[], tokenClassArray: ... function batch_transfer_tokens_from_to (line 105) | function batch_transfer_tokens_from_to(fromAddressArray: string[], toAdd... function batch_burn_tokens (line 110) | function batch_burn_tokens(tokenClassArray: bigint[] | number[], amountA... function batch_burn_tokens_from (line 115) | function batch_burn_tokens_from(addressArray: string[], tokenClassArray:... function batch_add_memberships (line 120) | function batch_add_memberships(addressArray: string[], roleArray: bigint... function batch_suspend_memberships (line 125) | function batch_suspend_memberships(addressArray: string[]) { function batch_resume_memberships (line 130) | function batch_resume_memberships(addressArray: string[]) { function batch_change_member_roles (line 135) | function batch_change_member_roles(addressArray: string[], roleArray: bi... function batch_change_member_names (line 140) | function batch_change_member_names(addressArray: string[], nameArray: st... function batch_add_plugins (line 145) | function batch_add_plugins(pluginArray: PluginStruct[] | PluginStructWit... function batch_enable_plugins (line 150) | function batch_enable_plugins(pluginIndexArray: bigint[] | number[], isB... function batch_disable_plugins (line 155) | function batch_disable_plugins(pluginIndexArray: bigint[] | number[], is... function batch_add_and_enable_plugins (line 160) | function batch_add_and_enable_plugins(pluginArray: PluginStruct[] | Plug... function batch_set_parameters (line 165) | function batch_set_parameters(parameterIndexArray: bigint[] | number[], ... function batch_add_withdrawable_balances (line 170) | function batch_add_withdrawable_balances(addressArray: string[], amountA... function batch_reduce_withdrawable_balances (line 175) | function batch_reduce_withdrawable_balances(addressArray: string[], amou... function batch_add_voting_rules (line 180) | function batch_add_voting_rules(ruleArray: VotingRuleStruct[]) { function batch_pay_to_mint_tokens (line 185) | function batch_pay_to_mint_tokens(addressArray: string[], tokenClassArra... function batch_pay_to_transfer_tokens (line 190) | function batch_pay_to_transfer_tokens( toAddressArray: string[], tokenCl... function add_emergency (line 195) | function add_emergency(emergencyAddressArray: string[]) { function call_emergency (line 200) | function call_emergency(emergencyAddressArrayIndex: bigint[] | number[]) { function call_contract_abi (line 205) | function call_contract_abi(contractAddress: string, abi: string | Uint8A... function pay_cash (line 210) | function pay_cash(amount: bigint, paymentType: bigint, dividendable: big... function offer_dividends (line 215) | function offer_dividends() { function set_approval_for_all_operations (line 220) | function set_approval_for_all_operations(address: string) { function batch_burn_tokens_and_refund (line 225) | function batch_burn_tokens_and_refund(tokenClassArray: bigint[] | number... function add_storage_string (line 230) | function add_storage_string(value: string) { function vote (line 235) | function vote(voteArray: boolean[]) { function execute_pending_program (line 240) | function execute_pending_program() { function end_emergency (line 245) | function end_emergency() { function upgrade_to_address (line 250) | function upgrade_to_address(newAddress: string) { function confirm_upgrade_from_address (line 255) | function confirm_upgrade_from_address(newAddress: string) { function upgrade_to_the_latest (line 260) | function upgrade_to_the_latest() { FILE: darc-js/src/SDK/opcodes/opcodeTable.ts type EnumOpcode (line 7) | enum EnumOpcode { function OPCODE_ID_1_BATCH_MINT_TOKENS (line 332) | function OPCODE_ID_1_BATCH_MINT_TOKENS( function OPCODE_ID_2_BATCH_CREATE_TOKEN_CLASSES (line 369) | function OPCODE_ID_2_BATCH_CREATE_TOKEN_CLASSES( function OPCODE_ID_3_BATCH_TRANSFER_TOKENS (line 420) | function OPCODE_ID_3_BATCH_TRANSFER_TOKENS( function OPCODE_ID_4_BATCH_TRANSFER_TOKENS_FROM_TO (line 461) | function OPCODE_ID_4_BATCH_TRANSFER_TOKENS_FROM_TO( function OPCODE_ID_5_BATCH_BURN_TOKENS (line 503) | function OPCODE_ID_5_BATCH_BURN_TOKENS( function OPCODE_ID_6_BATCH_BURN_TOKENS_FROM (line 541) | function OPCODE_ID_6_BATCH_BURN_TOKENS_FROM( function OPCODE_ID_7_BATCH_ADD_MEMBERSHIPS (line 582) | function OPCODE_ID_7_BATCH_ADD_MEMBERSHIPS( function OPCODE_ID_8_BATCH_SUSPEND_MEMBERSHIPS (line 623) | function OPCODE_ID_8_BATCH_SUSPEND_MEMBERSHIPS( function OPCODE_ID_9_BATCH_RESUME_MEMBERSHIPS (line 652) | function OPCODE_ID_9_BATCH_RESUME_MEMBERSHIPS( function OPCODE_ID_10_BATCH_CHANGE_MEMBER_ROLES (line 681) | function OPCODE_ID_10_BATCH_CHANGE_MEMBER_ROLES( function OPCODE_ID_11_BATCH_CHANGE_MEMBER_NAMES (line 717) | function OPCODE_ID_11_BATCH_CHANGE_MEMBER_NAMES( function OPCODE_ID_12_BATCH_ADD_PLUGINS (line 751) | function OPCODE_ID_12_BATCH_ADD_PLUGINS( function OPCODE_ID_13_BATCH_ENABLE_PLUGINS (line 780) | function OPCODE_ID_13_BATCH_ENABLE_PLUGINS( function OPCODE_ID_14_BATCH_DISABLE_PLUGINS (line 814) | function OPCODE_ID_14_BATCH_DISABLE_PLUGINS( function OPCODE_ID_15_BATCH_ADD_AND_ENABLE_PLUGINS (line 848) | function OPCODE_ID_15_BATCH_ADD_AND_ENABLE_PLUGINS( function OPCODE_ID_16_BATCH_SET_PARAMETERS (line 877) | function OPCODE_ID_16_BATCH_SET_PARAMETERS( function OPCODE_ID_17_BATCH_ADD_WITHDRAWABLE_BALANCES (line 909) | function OPCODE_ID_17_BATCH_ADD_WITHDRAWABLE_BALANCES( function OPCODE_ID_18_BATCH_REDUCE_WITHDRAWABLE_BALANCES (line 945) | function OPCODE_ID_18_BATCH_REDUCE_WITHDRAWABLE_BALANCES( function OPCODE_ID_19_BATCH_ADD_VOTING_RULES (line 981) | function OPCODE_ID_19_BATCH_ADD_VOTING_RULES( function OPCODE_ID_20_BATCH_PAY_TO_MINT_TOKENS (line 1008) | function OPCODE_ID_20_BATCH_PAY_TO_MINT_TOKENS( function OPCODE_ID_21_BATCH_PAY_TO_TRANSFER_TOKENS (line 1059) | function OPCODE_ID_21_BATCH_PAY_TO_TRANSFER_TOKENS( function OPCODE_ID_22_ADD_EMERGENCY (line 1110) | function OPCODE_ID_22_ADD_EMERGENCY( function OPCODE_ID_24_CALL_EMERGENCY (line 1139) | function OPCODE_ID_24_CALL_EMERGENCY( function OPCODE_ID_25_CALL_CONTRACT_ABI (line 1172) | function OPCODE_ID_25_CALL_CONTRACT_ABI( function OPCODE_ID_26_PAY_CASH (line 1206) | function OPCODE_ID_26_PAY_CASH( function OPCODE_ID_27_OFFER_DIVIDENDS (line 1241) | function OPCODE_ID_27_OFFER_DIVIDENDS(): OperationStruct { function OPCODE_ID_29_SET_APPROVAL_FOR_ALL_OPERATIONS (line 1261) | function OPCODE_ID_29_SET_APPROVAL_FOR_ALL_OPERATIONS( function OPCODE_ID_30_BATCH_BURN_TOKENS_AND_REFUND (line 1290) | function OPCODE_ID_30_BATCH_BURN_TOKENS_AND_REFUND( function OPCODE_ID_31_ADD_STORAGE_STRING (line 1329) | function OPCODE_ID_31_ADD_STORAGE_STRING( function OPCODE_ID_32_VOTE (line 1356) | function OPCODE_ID_32_VOTE( function OPCODE_ID_33_EXECUTE_PENDING_PROGRAM (line 1383) | function OPCODE_ID_33_EXECUTE_PENDING_PROGRAM(): OperationStruct { function OPCODE_ID_34_END_EMERGENCY (line 1403) | function OPCODE_ID_34_END_EMERGENCY(): OperationStruct { function OPCODE_ID_35_UPGRADE_TO_ADDRESS (line 1423) | function OPCODE_ID_35_UPGRADE_TO_ADDRESS( function OPCODE_ID_36_CONFIRM_UPGRAED_FROM_ADDRESS (line 1450) | function OPCODE_ID_36_CONFIRM_UPGRAED_FROM_ADDRESS( function OPCODE_ID_37_UPGRADE_TO_THE_LATEST (line 1477) | function OPCODE_ID_37_UPGRADE_TO_THE_LATEST(): OperationStruct { FILE: darc-js/src/SDK/opcodes/pluginProcessor.ts function pluginProcessor (line 9) | function pluginProcessor(pluginArray: PluginStruct[] | PluginStructWithN... FILE: darc-js/src/SDK/opcodes/utils.ts function toBigIntArray (line 8) | function toBigIntArray(inputArray: bigint[] | number[]): bigint[] { function isValidBigIntOrNumberArray (line 26) | function isValidBigIntOrNumberArray(inputArray: bigint[] | number[]): bo... function isValidAddressArray (line 36) | function isValidAddressArray(inputArray: string[]): boolean { function isValidStringArray (line 43) | function isValidStringArray(inputArray: string[]): boolean { function areArriesWithSameLength (line 50) | function areArriesWithSameLength(...arrays: any[][]): boolean { function isValidBigIntOrNumber (line 60) | function isValidBigIntOrNumber(input: any): boolean { FILE: darc-js/src/SDK/plugins/ConditionNode.ts type ConditionNodeType (line 6) | enum ConditionNodeType { ExpressionNode, LogicalOperatorNode, BooleanVal... type LogicalOperatorType (line 7) | enum LogicalOperatorType {AND, OR, NOT} class ConditionNode (line 9) | class ConditionNode { method constructor (line 16) | constructor(type: ConditionNodeType, method serializeToString (line 33) | serializeToString(): string { method isValidLogicalOperatorNode (line 215) | isValidLogicalOperatorNode(){ method isValidExpressionNode (line 241) | isValidExpressionNode(){ method isValidBooleanValueNode (line 258) | isValidBooleanValueNode(){ method [Symbol.for('&')] (line 52) | [Symbol.for('&')] (rightOperand: ConditionNode): ConditionNode { method [Symbol.for('|')] (line 129) | [Symbol.for('|')] (rightOperand: ConditionNode): ConditionNode { method [Symbol.for('!')] (line 207) | [Symbol.for('!')] (): ConditionNode { FILE: darc-js/src/SDK/plugins/Expression.ts type Expression (line 3) | enum Expression{ FILE: darc-js/src/SDK/runtime.ts function run (line 15) | async function run(code:string, wallet:ethers.Wallet, targetDARCAddress:... function transpileAndRun (line 61) | async function transpileAndRun( FILE: darc-js/src/SDK/transpiler.ts function transpile (line 1) | function transpile(sourceCode: string): string { FILE: darc-js/src/darcBinary/darcBinary.ts type DARC_VERSION (line 5) | enum DARC_VERSION { type DARCBinaryStruct (line 10) | type DARCBinaryStruct = { function darcBinary (line 16) | function darcBinary(version: DARC_VERSION): DARCBinaryStruct{ FILE: darc-js/src/darcjs.ts constant UNDEFINED (line 28) | const UNDEFINED = 0; constant SANDBOX_NEEDED (line 29) | const SANDBOX_NEEDED = 1; constant VOTING_NEEDED (line 31) | const VOTING_NEEDED = 3; constant YES_AND_SKIP_SANDBOX (line 32) | const YES_AND_SKIP_SANDBOX = 4; constant YES (line 33) | const YES = 5; type EnumReturnType (line 35) | enum EnumReturnType { function executeOperationList (line 90) | async function executeOperationList( function batch_mint_tokens (line 120) | function batch_mint_tokens(addressArray: string[], tokenClassArray: bigi... function batch_create_token_classes (line 125) | function batch_create_token_classes(nameArray: string[], tokenIndexArray... function batch_transfer_tokens (line 130) | function batch_transfer_tokens(addressArray: string[], tokenClassArray: ... function batch_transfer_tokens_from_to (line 135) | function batch_transfer_tokens_from_to(fromAddressArray: string[], toAdd... function batch_burn_tokens (line 140) | function batch_burn_tokens(tokenClassArray: bigint[] | number[], amountA... function batch_burn_tokens_from (line 145) | function batch_burn_tokens_from(addressArray: string[], tokenClassArray:... function batch_add_memberships (line 150) | function batch_add_memberships(addressArray: string[], roleArray: bigint... function batch_suspend_memberships (line 155) | function batch_suspend_memberships(addressArray: string[]): OperationStr... function batch_resume_memberships (line 160) | function batch_resume_memberships(addressArray: string[]): OperationStru... function batch_change_member_roles (line 165) | function batch_change_member_roles(addressArray: string[], roleArray: bi... function batch_change_member_names (line 170) | function batch_change_member_names(addressArray: string[], nameArray: st... function batch_add_plugins (line 175) | function batch_add_plugins(pluginArray: PluginStruct[] | PluginStructWit... function batch_enable_plugins (line 184) | function batch_enable_plugins(pluginIndexArray: bigint[] | number[], isB... function batch_disable_plugins (line 189) | function batch_disable_plugins(pluginIndexArray: bigint[] | number[], is... function batch_add_and_enable_plugins (line 194) | function batch_add_and_enable_plugins(pluginArray: PluginStruct[] | Plug... function batch_set_parameters (line 199) | function batch_set_parameters(parameterIndexArray: bigint[] | number[], ... function batch_add_withdrawable_balances (line 204) | function batch_add_withdrawable_balances(addressArray: string[], amountA... function batch_reduce_withdrawable_balances (line 209) | function batch_reduce_withdrawable_balances(addressArray: string[], amou... function batch_add_voting_rules (line 214) | function batch_add_voting_rules(ruleArray: VotingRuleStruct[]): Operatio... function batch_pay_to_mint_tokens (line 219) | function batch_pay_to_mint_tokens(addressArray: string[], tokenClassArra... function batch_pay_to_transfer_tokens (line 224) | function batch_pay_to_transfer_tokens( toAddressArray: string[], tokenCl... function add_emergency (line 229) | function add_emergency(emergencyAddressArray: string[]): OperationStruct { function call_emergency (line 234) | function call_emergency(emergencyAddressArrayIndex: bigint[] | number[])... function call_contract_abi (line 239) | function call_contract_abi(contractAddress: string, abi: string | Uint8A... function pay_cash (line 244) | function pay_cash(amount: bigint, paymentType: bigint, dividendable: big... function offer_dividends (line 249) | function offer_dividends(): OperationStruct { function set_approval_for_all_operations (line 254) | function set_approval_for_all_operations(address: string): OperationStru... function batch_burn_tokens_and_refund (line 259) | function batch_burn_tokens_and_refund(tokenClassArray: bigint[] | number... function add_storage_string (line 264) | function add_storage_string(value: string): OperationStruct { function vote (line 269) | function vote(voteArray: boolean[]): OperationStruct { function execute_pending_program (line 274) | function execute_pending_program(): OperationStruct { function end_emergency (line 279) | function end_emergency(): OperationStruct { function upgrade_to_address (line 284) | function upgrade_to_address(newAddress: string): OperationStruct { function confirm_upgrade_from_address (line 289) | function confirm_upgrade_from_address(newAddress: string): OperationStru... function upgrade_to_the_latest (line 294) | function upgrade_to_the_latest(): OperationStruct { FILE: darc-js/src/deployDARC/deployDARC.ts type RuntimeParam (line 5) | type RuntimeParam = { type DeployParam (line 11) | type DeployParam = { function deployDARC (line 16) | async function deployDARC(version: DARC_VERSION, signer: ethers.Wallet):... FILE: darc-js/src/types/basicTypes.ts type PromiseOrValue (line 17) | type PromiseOrValue = T | Promise; type VotingRuleStruct (line 20) | type VotingRuleStruct = { type VotingRuleStructOutput (line 30) | type VotingRuleStructOutput = [ type NodeParamStruct (line 48) | type NodeParamStruct = { type NodeParamStructOutput (line 55) | type NodeParamStructOutput = [ type ConditionNodeStruct (line 68) | type ConditionNodeStruct = { type ConditionNodeStructOutput (line 77) | type ConditionNodeStructOutput = [ type PluginStruct (line 93) | type PluginStruct = { type PluginStructWithNode (line 103) | type PluginStructWithNode = { type PluginStructOutput (line 113) | type PluginStructOutput = [ type ParamStruct (line 132) | type ParamStruct = { type ParamStructOutput (line 143) | type ParamStructOutput = [ type OperationStruct (line 163) | type OperationStruct = { type OperationStructOutput (line 169) | type OperationStructOutput = [string, number, ParamStructOutput] & { type ProgramStruct (line 175) | type ProgramStruct = { type ProgramStructOutput (line 181) | type ProgramStructOutput = [string, OperationStructOutput[], string] & { FILE: darc-js/tests/basic-DARC-test/dashboard-test.ts function json_stringifyWithBigInt (line 203) | function json_stringifyWithBigInt(obj:any) { FILE: darc-js/tests/expression-test/expression-test.ts function toBigIntArray (line 31) | function toBigIntArray(array: number[]): bigint[] { FILE: darc-js/tests/runtime-test/transpileAndRun.ts function toBigIntArray (line 31) | function toBigIntArray(array: number[]): bigint[] { FILE: darc-js/tests/sdk-test/sdk-node-generation-test.ts function toBigIntArray (line 31) | function toBigIntArray(array: number[]): bigint[] { FILE: darc-js/tests/sdk-test/sdk-test.ts function toBigIntArray (line 31) | function toBigIntArray(array: number[]): bigint[] { FILE: darc-protocol/scripts/deployDARC.ts function deployDARC (line 11) | async function deployDARC(): Promise { FILE: darc-protocol/scripts/getABI.ts function main (line 8) | async function main(){ FILE: darc-protocol/test/conditionTest/operationLogTest.ts function sleep (line 80) | function sleep(ms: number) { FILE: darc-protocol/test/operationUnitTest/batch_burn_tokens_from_test.ts function containsAddr (line 8) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_burn_tokens_test.ts function containsAddr (line 8) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_mint_token_test.ts function containsAddr (line 23) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_pay_to_mint_tokens_test.ts function containsAddr (line 16) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_pay_to_transfer_tokens_test.ts function containsAddr (line 8) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_transfer_tokens.ts function containsAddr (line 15) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/batch_transfer_tokens_from_to.ts function containsAddr (line 16) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/operationUnitTest/offer_dividends_test.ts function containsAddr (line 13) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/votingTest/multiAddressVotingTest.ts function letAddressVote (line 17) | async function letAddressVote(operatorAddress:string,darcAddress:string) { FILE: darc-protocol/test/votingTest/multiClassTokenVotingTest.ts function letAddressVote (line 17) | async function letAddressVote(operatorAddress:string,darcAddress:string) { FILE: darc-protocol/test/votingTest/multiItemVotingNegativeTest.ts function letAddressVote (line 15) | async function letAddressVote(operatorAddress:string,darcAddress:string) { FILE: darc-protocol/test/votingTest/multiItemVotingTest.ts function letAddressVote (line 15) | async function letAddressVote(operatorAddress:string,darcAddress:string) { FILE: darc-protocol/test/withdrawTest/withdrawCashTest.ts function containsAddr (line 5) | function containsAddr(array: string[], addr:string): boolean { FILE: darc-protocol/test/withdrawTest/withdrawDividendTest.ts function containsAddr (line 13) | function containsAddr(array: string[], addr:string): boolean {