wowok_agent
Version:
Agent for WoWok: Unlock Co-Creation, Lighting Transaction, Empower Potential.
247 lines • 32.6 kB
TypeScript
export declare const MarkName_Address_Description: (object?: string) => string;
export declare const NamedObjectSchema_Description: (object?: string) => string;
export declare const GetObjectDataDescription: (object?: string) => string;
export declare const ObjectParamSchema_Description: (object?: string) => string;
export declare const AccountName_Address_Description = "Account name(address can be retrieved via local Account) or address";
export declare const AccountOrMarkNameSchema_Description = "name or address -> address";
export declare const PermissionIndexSchema_Buildin_Description = "built-in permission index";
export declare const PermissionIndexSchema_Biz_Description = "Biz permission index(must >=1000)";
export declare const PermissionIndexSchema_Description = "built-in permission index or Biz permission index(must >=1000)";
export declare const useAddressIfNameExist_Description = "In case of naming conflict: prioritize address as identifier (true); use name and rename original to address (false)";
export declare const onChain_Description = "If true, the name and tags of the object will be made visible on-chain";
export declare const OnchainDescription_Description = "Description content for newly created on-chain wowok object";
export declare const Type_Description = "Generic type for the on-chain object (e.g., specify payment token type '0x2::sui::SUI')";
export declare const ValueType_Description = "Data types of the Wowok protocol:\n 100: Bool, 101: Address, 102: U8, 103: U64, 104: Vec<U8>, 105: U128,\n 106:Vec<Address>, 107: Vec<Bool>, 108: Vec<Vec<U8>>, \n 109:Vec<U64>, 110: Vec<U128>, 111: Option<Address>, 112: Option<Bool>,\n 113:Option<U8>, 114: Option<U64>, 115: Option<U128>,\n 116:Option<256>, 117: Option<String>, 118:Option<Vec<U8>>,\n 119:Vec<U256>, 120: String, 121: Vec<String>, 122: U256";
export declare const Balance_Description = "The number of tokens";
export declare const Objects_Description = "on-chain objects to be operated on";
export declare const SetList_Description = "Set, remove, or add objects to the list";
export declare const RemoveallList_Description = "Remove all objects from the list";
export declare const Permission_Description = "Operation permissions for the new object (managed by Permission Object)";
export declare const Identifier_Description = "Data from the Guard table corresponding to the identifier";
export declare const ObjectIdentifier_Description = "Object address corresponding to the identifier in the Guard table";
export declare const ObjectQuery_Description = "Object to query";
export declare const QueryId_Description = "query ID. SSE: wowok://guard_queries/";
export declare const GuardNodeParams_Description = "Query parameters are sourced from their respective child nodes, with child node return types matching the parameter data types";
export declare const GuardQuery_Description = "Data from querying the on-chain object";
export declare const GuardLogic_Description = "Logical operators for parameters";
export declare const GuardNodeLogicParams_Description = "Array of child nodes used as parameters. Return type requirements: Unsigned Integer ops (>, >=, <, <=, =) require U8/U64/U128/U256; Logic ops (And, Or, Not) require Bool; \"Has Sub String\" requires String.')";
export declare const GuardNodeLogic_Description = "Data from logic operations on data returned by child nodes. Logical operations compute with each child node's result, combining via AND to yield final True/False.";
export declare const GuardCalcAdd_Description = "'+':The accumulated sum of values returned by all child nodes, serving as the return value of this node";
export declare const GuardCalcDevide_Description = "'/':The value returned by the first child node is successively divided by the values returned by other child nodes, with the result serving as the return value of this node.";
export declare const GuardCalcMod_Description = "'%':The value returned by the first child node is successively modulo by the values returned by other child nodes, with the result serving as the return value of this node";
export declare const GuardCalcAddress_Description = "Convert the numeric value returned by the child node to an on-chain address";
export declare const GuardCalcMultiply_Description = "'*':The value returned by the first child node is successively multiplied by the values returned by other child nodes, with the result serving as the return value of this node";
export declare const GuardCalcSubtract_Description = "'-':The value returned by the first child node is successively subtracted by the values returned by other child nodes, with the result serving as the return value of this node";
export declare const GuardNodeCalc_Description = "Data from mathematical operations on data returned by child nodes";
export declare const GuardNodeValue_Description = "Data from value with its type specified in the value_type field";
export declare const GuardContextSigner_Description = "Address of the signer of the current transaction.Type is 101 ";
export declare const GuardContextClock_Description = "On-chain time of the current transaction. Type is 103 ";
export declare const GuardContextGuard_Description = "The Guard address to which the condition belongs is currently being verified.Type is 101 ";
export declare const GuardNodeContext_Description = "Data from current transaction context";
export declare const GuardNode_Description = "Guard's data node";
export declare const TYPE_LOGIC_AS_U256_GREATER_Description = "The return value of the first child node is greater than the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_AS_U256_GREATER_EQUAL_Description = "The return value of the first child node is greater than or equal to the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_AS_U256_LESSER_Description = "The return value of the first child node is less than the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_AS_U256_LESSER_EQUAL_Description = "The return value of the first child node is less than or equal to the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_AS_U256_EQUAL_Description = "The return value of the first child node is numerically equal to the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_EQUAL_Description = "The return value of the first child node is exactly equal to (including data type) the return values of other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_HAS_SUBSTRING_Description = "The string returned by the first child node contains the string returned by other child nodes: True; otherwise, False";
export declare const TYPE_LOGIC_NOT_Description = "Logically negate the return value of the first child node";
export declare const TYPE_LOGIC_AND_Description = "Perform an AND operation on the return values of each child node, and serve as the return value of this node";
export declare const TYPE_LOGIC_OR_Description = "Perform an OR operation on the return values of each child node, and serve as the return value of this node";
export declare const Forward_Name_Description = "Uniquely identifies an operation between two ordered and identical nodes";
export declare const Forward_NamedOperator_Description = "The permission namespace name defined by Machine, used to specify independent address sets within the same workflow permissions of Machine's Progresses";
export declare const Forward_Permission_Description = "Machine allows addresses with this permission number within its Permission object to have operational permissions";
export declare const Threshold_Weight_Description = "If the sum of the operation weights completed between the two preceding and succeeding nodes exceeds the defined threshold, the Progress workflow will proceed to the subsequent node";
export declare const Forward_Weight_Description = "The weight corresponding to completing this operation. If the sum of the operation weights completed between the two preceding and succeeding nodes exceeds the defined threshold, the Progress workflow will proceed to the subsequent node";
export declare const Forward_Guard_Description = "If defined, completing this operation also requires that the Guard verification is passed simultaneously";
export declare const Forward_Supply_Object_Description = "The Service object for order procurement for this operation";
export declare const Forward_Supply_bRequired_Description = "If True, the purchase Order for this promised service must be provided";
export declare const Forward_Supplies_Description = "List of Service objects committed to order procurement. If defined, completing this operation must provide at least one Order for these Service objects";
export declare const Forwards_Description = "List of all operation definitions from the previous node to this node";
export declare const Pair_PriorNode_Description = "A prior node name. the initial node name is \"\"";
export declare const Pair_Threshold_Description = "Threshold. If the sum of the operation weights completed between the two preceding and succeeding nodes exceeds the defined threshold, the Progress workflow will proceed to the subsequent node";
export declare const Pairs_Description = "List of all prior nodes that can travel to this node";
export declare const Node_Name_Description = "A node name";
export declare const ProgressOperation_Description = "Progress initiates a specified operation from the current node to the next node";
export declare const ProgressOperation_Next_Description = "The next node name";
export declare const ProgressOperation_Forward_Description = "The name of the defined operation between the current node and the next node";
export declare const GuardPercent_Add_Description = "Add or set the list of Guard objects and their corresponding percent values";
export declare const GuardPercent_Description = "Manages a list of Guard objects and their corresponding percent values";
export declare const RepositoryValueType_Address = "address";
export declare const RepositoryValueType_AddressVec = "address vector";
export declare const RepositoryValueType_String = "string";
export declare const RepositoryValueType_StringVec = "string vector";
export declare const RepositoryValueType_Number = "Unsigned integer";
export declare const RepositoryValueType_NumberVec = "Unsigned integer vector";
export declare const RepositoryValueType_Bool = "Boolean";
export declare const RepositoryValueType_Description = "The data types supported for storage by the Repository object. The first byte of each data entry represents its data type";
export declare const ObjectDes_Description = "Descriptions of the on-chain object, such as their depictions, functions, or purposes, etc";
export declare const Demand_Present_Description = "Recommend a Service object and recommendation words to the Demand. If the guard.service_id_in_guard of this Demand is defined, the recommended service address will be provided as a witness for service_id_in_guard during Guard verification";
export declare const Demand_Description_Description = "Description of the Demand object";
export declare const Demand_Time_Expire_Description = "The validity period for obtaining the recommended service reward. Once this period is successfully set, it can only be extended further and cannot be shortened";
export declare const Demand_Time_Expire_Op_Duration_Description = "lasts for the number of minutes set by the 'minutes' field from the current on-chain time";
export declare const Demand_Time_Expire_Op_Unix_Description = "Lasts from the current on-chain time until the on-chain time set by the 'time' field expires";
export declare const Demand_Bounty_Description = "Operations on the recommended service reward pool";
export declare const Demand_Bounty_Add_Description = "Add a new reward Object. The Object type of this reward must conform to the generic type of Demand (which can be FT (0x2::coin::Coin<...>) or NFT) and must be owned by the signer's address of the transaction. If the operation is successful, the ownership of this Object will be transferred to the reward pool of Demand";
export declare const Demand_Bounty_Add_Address_Description = "The object address owned by the current transaction signer, whose type must conform to the generic type of this Demand";
export declare const Demand_Bounty_Add_Balance_Description = "If the generic type of Demand is 'FT', the amount of tokens to pay can be specified";
export declare const Demand_Bounty_Reward_Description = "Send all Objects in the reward pool to the recommender of the Service object (specified by the 'service' field). This operation must meet the permission operation requirements of the Demand and be within the validity period of the reward pool";
export declare const Demand_Bounty_Refund_Description = "Retrieve all Objects in the reward pool. This operation must meet the permission operation requirements of the Demand and be after exceeding the validity period of the reward pool";
export declare const Demand_Guard_Description = "Set or unset the Guard (the 'guard' field specifies). If the operation is successful, anyone recommending a service to the Demand must simultaneously pass the Guard verification. If the 'service_id_in_guard' field is set, the recommended service address must be provided as the witness corresponding to service_id_in_guard during Guard verification";
export declare const Guard_Root_Description = "Root data node";
export declare const Guard_Table_Description = "Constant and Witness data items table";
export declare const Guard_Table_Id = "Unique ID within the guard table";
export declare const Guard_Table_bWitenss = "If True, the value of this data item is specified by the future transaction signer; otherwise, the value of this data item must be specified";
export declare const Guard_Table_Type = "Data type of the value of this data item";
export declare const Guard_Table_Value = "Value of the data item";
export declare const OptionProgressObject_Description: string;
export declare const OptionOrderObject_Description: string;
export declare const Progress_New_Description = "Create a new Progress object for the Machine object.\n If the Machine Object is not published, the creation fails.";
export declare const Progress_Context_Description = "Set or unset the context repository for the Progress object";
export declare const Progress_NamedOperator_Op_Description = "Operator addresses";
export declare const Progress_NamedOperator_Description = "Set the operators for the permission namespace of the Progress object";
export declare const Parent_SessionId = "A number in the parent Progress session list";
export declare const Progress_Parent_Description = "Set the parent Progress object for the Progress object to determine its relationship graph";
export declare const Progress_Hold_Description = "Set the Hold state of a current operation (only the address that completed the hold can continue to complete the operation) or Unhold state (any authorized address can hold or complete the operation)";
export declare const Hold_bHold_Description = "If true, hold this operation; otherwise, unhold this operation";
export declare const Hold_adminUnhold_Description = "If true, unhold this operation. This instruction must satisfy that the transaction signer has relevant permissions in the Machine permission object";
export declare const Progress_Task_Description = "Set the task of Progress (e.g., order address). Each Progress can only be set once and cannot be canceled";
export declare const Progress_Next_Description = "Complete an operation and submit deliverables (e.g., purchase orders)";
export declare const Deliverble_Msg = "Operation remarks";
export declare const Deliverble_Orders = "Completed purchase Order objects";
export declare const Machine_Endpoint_Description = "HTTPS endpoint of the Machine object. It provides a view for the process operations of Progress, such as integrating complex operations like purchasing orders from suppliers";
export declare const Machine_Repository_Description = "Set consensus Repository objects. Facilitates data sharing and collaboration";
export declare const Machine_AddNode_Description = "Add or update Machine nodes";
export declare const Machine_RemoveNode_Name = "Names of the nodes";
export declare const Machine_RemoveNode_bTransferMyself = "Whether to send the removed node objects to the transaction signer's address";
export declare const Machine_RemoveNode_Description = "Remove Machine nodes";
export declare const Machine_RenameNode_Old = "The original name of the node";
export declare const Machine_RenameNode_New = "The new name of the node; must be unique among existing nodes";
export declare const Machine_RenameNode_Description = "Rename the nodes";
export declare const Machine_AddFromSelf_Description = "Adds Node objects owned by the transaction signer to the Machine object";
export declare const Pair_Prior = "The name of the previous node";
export declare const Pair_Node = "The name of the latter node";
export declare const Pair_Threashold = "Migration threshold between previous and latter nodes. \n When the total weight of completed operations between the two nodes meets or exceeds this threshold, the process migrates from the previous to the next node";
export declare const Machine_RemovePairs = "Remove all operations defined in node pairs.";
export declare const Machine_AddForward_Description = "Add operations between the previous node and the latter node";
export declare const Machine_RemoveForward_Description = "Remove operations between the previous node and the latter node";
export declare const Machine_RemoveForward = "The operation between the previous node and the latter node";
export declare const Machine_Publish = "Publish the Machine object. \n If True, Machine will allow its Progress object to be created, and data such as Machine nodes cannot be changed again. If False, it is ignored";
export declare const Machine_Pause = "If Machine is already published, the creation of new Progress is paused if True, and new Progress is allowed if False.\n The generated Progress is not affected.";
export declare const Machine_Clone = "Because the promised Settings cannot be changed after the Machine is published, \n Clone allows it to be retained to copy a new Machine, inherit its Settings, and can be modified and released at any time";
export declare const BizPermission_Name = "The name of the permission";
export declare const Permission_BizAdd = "Add user-defined permissions";
export declare const Permission_BizRemove = "Remove user-defined permissions";
export declare const Permission_Biz_Description = "Add or Remove user-defined permissions";
export declare const Permission_Guard_Description = " If the guard field is set, exercising permission operations must also pass the verification of this Guard object";
export declare const Entity_Permission = "OpeOperational permissions for the address (including built-in and user-defined ones). If the guard field is set, exercising permission operations must also pass the verification of this Guard object";
export declare const Permission_Entity = "The operational address of this permission. If the guard field is set, exercising permission operations must also pass the verification of this Guard object";
export declare const Permission_AddEntity = "Add or set new permissions for addresses";
export declare const Permission_AddPermission = "Add or set new addresses for permissions";
export declare const Permission_RemoveEntity = "Delete addresses and its permissions from the Permission Object. Administrator addresses is not affected";
export declare const Permission_RemovePermission = "Remove some permissions for the address";
export declare const Permission_Transform = "Transfer all permissions from one address to another; the recipient must be the Permission object's new address";
export declare const Permission_Permission_Description = "Personnel address and its permission settings";
export declare const Permission_Admin_Description = "Manage the administrator list. only the builder of the Permission object can operate it";
export declare const Admin_Add_Remove = "Add, delete, and set an administrator address list";
export declare const Admin_Removeall = "Delete all Administrators";
export declare const Permission_Builder_Description = "Modify the builder address (Builder is the sole highest owner of the Permission object; default: signer address of the Permission object creation transaction";
export declare const RepositoryAddressID_Description = "Either an address or a positive integer-converted address (e.g., time number) for querying Repository data";
export declare const Payment_Description = "Payment information: index (business number), remark (payment note), for_object (payment purpose), for_guard (to fulfill verification requirements of a Guard)";
export declare const Repository_Reference_Description = "Declare the list of other objects that use this Repository. ";
export declare const Mode_Relax = "Allow data names outside the Repository's consensus policy and its data to be added";
export declare const Mode_Strict = "Only allow data names within the Repository's consensus policy and its data to be added";
export declare const Repository_Mode_Description = "Whether operations on data names strictly follow the requirements of the policy consensus";
export declare const Repository_Policy_Description = "The consensus policy defines the meaning of data names, the types of their data, and write permissions. When data is written to the Repository, operational permission checks are performed based on their data names";
export declare const Repository_Policy = "A consensus policy: key (data name), description (meaning of the data name), dataType (type of its data), permissionIndex (write permission requirements for its data)";
export declare const Policy_Add = "Add or set consensus policies";
export declare const Policy_Remove = "Delete the corresponding consensus policies based on the list of data names (keys)";
export declare const Policy_Removall = "Remove all consensus policies";
export declare const Policy_Rename = "Rename consensus policies";
export declare const Policy_Rename_Old = "The original name of the data name";
export declare const Policy_Rename_New = "The new name of the data name";
export declare const Data_Key = "Data name";
export declare const Data_bcsBytes = "Data in bcs Bytes format";
export declare const Data_ForAddress = "Under the data name, the data corresponding to the address. If value_type is defined, bcsBytes is the raw data.\n Otherwise, the first byte of bscBytes represents value_type, followed by the raw data";
export declare const Repository_Data_ForAddress = "Batch add data for different addresses based on the data name";
export declare const Repository_Data_ForName = "Batch add data for a specific address based on different data names.";
export declare const Data_Name_Address = "Each piece of data is uniquely identified by a data name and an address";
export declare const Repository_AddData = "'Add data to the Repository object. Each piece of data is uniquely identified by a data name and an address";
export declare const Repository_RemoveData = "'Remove data from the Repository object. Each piece of data is uniquely identified by a data name and an address";
export declare const Repository_OpData = "Add or remove data to the Repository object. Each piece of data is uniquely identified by a data name and an address";
export declare const Arb_New = "File an arbitration application for disputes regarding an order: \n order (the disputed order), description (detailed description of the dispute), votable_proposition (list of claims for rights), max_fee (arbitration fee paid, charged according to Arbitration.fee, with excess refunded)";
export declare const Arbitration_ArbNew = "File an arbitration application for a disputed order and generate a new Arb object";
export declare const Arbitration_Withdraw = "Extract fees from the Arb object to the designated treasury (Arbitration.fee_treasury) of the Arbitration object";
export declare const Vote_Agrees = "Supported claim (number)";
export declare const Arbitration_Vote = "Vote on the claims of the Arb object. If Arbitration.voting_guard has been set, the 'voting_guard' must be one of them";
export declare const Arbitration_Feedback = "feedback of the arbitration result";
export declare const Arbitration_Arbitratation = "Determine arbitration feedback and conclusions for the Arb object. If 'indemnity' is set, the order owner can extract the corresponding token amount from the order object";
export declare const Arbitration_Endpoint = "HTTPS endpoint of the Arbitration object.\n Used to exchange non-public information or large-capacity information in some special scenarios";
export declare const Arbitration_Fee = "The cost of initiating the arbitration. 0 or undefined means the arbitration is free of charge.";
export declare const VotingGuard_Description = "Voting settings: guard (permission verification), voting_weight (voting weight)";
export declare const Arbitration_VotingGuard_Add = "Add or set voting permission verification and voting weight";
export declare const Arbitration_VotingGuard_Remove = "Remove some voting permission verifications";
export declare const Arbitration_VotingGuard_RemoveAll = "Remove all voting permission verifications";
export declare const Arbitration_VotingGuard_Description = "Manage voting permissions and weights. If a voting operation passes the verification of the Guard object, the set voting weight will be accumulated to the equity vote";
export declare const Arbitration_bPause = "If true, temporarily cannot accept arbitration applications; otherwise, accept";
export declare const Arbitration_Guard = "If set, the Guard verification must be passed when submitting an arbitration application";
export declare const ReceiverParam_Description = "The recipient's address and payment amount";
export declare const TreasuryWithdrawParam_Description = "Withdrawal. receiver (payment account and amount), withdraw_guard (withdraw based on the amount verified by the Guard; if undefined, use withdrawal permissions to withdraw)";
export declare const Treasury_Deposit = "Deposit. param (deposit description)";
export declare const Treasury_Receive_Recently = "Lists of the Treasury_ReceivedObject objects that received by the Treasury object in the last 50 transactions";
export declare const Treasury_Receive = "Deposit the received payment objects into the Treasury";
export declare const Treasury_WithdrawGuard = "guard (verification), amount (maximum withdrawal amount per transaction)";
export declare const Treasury_WithdrawGuard_Add = "Adds or sets the withdraw Guard and its maximum withdrawal amount";
export declare const Treasury_WithdrawGuard_Remove = "Remove withdraw guards";
export declare const Treasury_WithdrawGuard_Removeall = "Remove all withdraw guards";
export declare const Treasury_WithdrawGuard_Description = "Manage withdrawal settings via Guard verification";
export declare const WithdrawMode_Permission = "Withdrawals can only be made if the corresponding operation Permission requirements in the Permission object are met";
export declare const WithdrawMode_Guard = "The corresponding money can be withdrawn only when the Guard object is authenticated. This setting is not reversible. Guards are set in the withdraw_guard field of the Treasury object";
export declare const WithdrawMode_Both = "All withdrawal methods are supported";
export declare const Treasury_WithdrawMode = "Withdrawal mode settings.\n 0:Withdrawals can only be made if the corresponding operation Permission requirements in the Permission object are met\n 1:The corresponding money can be withdrawn only when the Guard object is authenticated. This setting is not reversible. Guards are set in the withdraw_guard field of the Treasury object\n 2:All withdrawal methods are supported";
export declare const BuyItem_Name = "Goods name";
export declare const BuyItem_MaxPrice = "Maximum price willing to pay (the transaction will be based on the actual price, and any excess amount will be refunded";
export declare const BuyItem_Count = "Quantity of goods";
export declare const Order_BuyItem = "Goods to be purchased";
export declare const Order_Customer = "Customer information required for the order";
export declare const Service_Order_New = "Goods purchase and payment, generate new order object and Progress object";
export declare const Service_Order_Agent = "Set up agents for the order. The agent may exercise the power on behalf of the order owner";
export declare const Service_Order_Customer = "Set Customer information required for the order";
export declare const Order_Refund_Arb = "Refund through the Arb object";
export declare const Order_Refund_Guard = "Refund through the refund Guard object";
export declare const Service_Order_Refund = "Refund order";
export declare const Service_Order_Withdraw = "Withdraw order funds";
export declare const Service_Order_Payer = "Change the order owner";
export declare const Service_Endpoint = "Https endpoint.Provide a view for browsing detailed product information";
export declare const Service_Payee = "Change the order owner";
export declare const Service_Discount = "Send discount coupons to the receivers";
export declare const Discount_Name = "The coupon name";
export declare const Discount_Count = "The number of discount coupons";
export declare const Discount_Off = "Discount value. If Percentage-off coupon, -off%; If Flat-rate coupon, -off";
export declare const Discount_Duration = "The duration of the coupon validity period, in minutes";
export declare const Discount_TimeStart = "Discount coupon effective time(ms). undefined if the current time";
export declare const Discount_PriceGreater = "Discount effective condition: the amount is greater than or equal to this value";
export declare const Discount_Type = "Discount type. \n 0:Percentage-off coupon\n 1:Flat-rate coupon";
export declare const Service_Repository = "Set consensus Repository objects for data sharing";
export declare const Service_ExternTreasury = "Incentive Treasury. Provides withdrawal rewards under conditions such as incentives and compensation";
export declare const Service_Arbitration = "Set Arbitration objects. Commit to that when a dispute occurs in an order, the order owner's arbitration rulings and compensation applied to these objects will be fully supported";
export declare const Service_bPaused = "The creation of new Order is paused if True, and new Order is allowed if False";
export declare const Service_Clone = "Clone a new Service object. Inheriting the original Settings (but not published yet), and could change the type of payment token";
export declare const Clone_Type = "The new token type for the Service object.";
export declare const Buy_Guard = "If set, the Guard verification must be passed during purchase";
export declare const Personal_Info = "Personal social information";
export declare const Mark_Name = "The name for the address";
export declare const Mark_Tags = "Tags for the address";
export declare const Mark_Add = "Add or set a name and tags for addresses";
export declare const Mark_Remove = "Remove tags for addresses";
export declare const Mark_Removeall = "These addresses are no longer marked";
export declare const Mark_Transfer = "Transfer the marked data of the signer's on-chain address to another address";
export declare const Mark_Replace = "Replace the signer's on-chain address marking information with a new object";
export declare const Mark_Destroy = "Delete all marked addresses information";
export declare const Personal_Mark = "Manage the signer's on-chain address marking information";
export declare const ObjectPermissionChange = "Batch change the Permission object of Demand, Service, Machine, Repository, Treasury, and Arbitration objects. The transaction signer must be the owner of their original Permission object";
export declare const Witness_Value = "Value of this witness";
export declare const Witness_Cmd = "The query command for this Witness object address";
export declare const Witness_Cited = "Number of times the witness is cited";
//# sourceMappingURL=const.d.ts.map