declare const _default: { TTx: { "anyOf": { "$ref": string; }[]; "definitions": { "IAliasTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "alias": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.ALIAS": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; "IIssueTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "name": { "minLength": number; "maxLength": number; "type": string; }; "description": { "maxLength": number; "type": string; }; "decimals": { "type": string; }; "quantity": { "$ref": string; }; "reissuable": { "type": string; }; "script": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.ISSUE": { "type": string; "enum": number[]; }; "ITransferTransaction": { "description": string; "type": string; "properties": { "type": { "$ref": string; }; "recipient": { "type": string; }; "amount": { "$ref": string; }; "attachment": { "type": string; }; "feeAssetId": { "type": string[]; }; "assetId": { "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.TRANSFER": { "type": string; "enum": number[]; }; "IReissueTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "quantity": { "$ref": string; }; "reissuable": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.REISSUE": { "type": string; "enum": number[]; }; "IBurnTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "quantity": { "$ref": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.BURN": { "type": string; "enum": number[]; }; "ILeaseTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "amount": { "$ref": string; }; "recipient": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.LEASE": { "type": string; "enum": number[]; }; "IExchangeTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "order1": { "$ref": string; }; "order2": { "$ref": string; }; "price": { "type": string[]; }; "amount": { "type": string[]; }; "buyMatcherFee": { "type": string[]; }; "sellMatcherFee": { "type": string[]; }; "timestamp": { "type": string; }; "fee": { "type": string[]; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.EXCHANGE": { "type": string; "enum": number[]; }; "IOrder": { "type": string; "properties": { "version": { "type": string; }; "orderType": { "enum": string[]; "type": string; }; "assetPair": { "type": string; "properties": { "amountAsset": { "type": string[]; }; "priceAsset": { "type": string[]; }; }; "required": string[]; }; "price": { "type": string[]; }; "amount": { "type": string[]; }; "timestamp": { "type": string; }; "expiration": { "type": string; }; "matcherFee": { "type": string; }; "matcherPublicKey": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "ICancelLeaseTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "leaseId": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.CANCEL_LEASE": { "type": string; "enum": number[]; }; "IMassTransferTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "transfers": { "type": string; "items": { "$ref": string; }; }; "attachment": { "type": string; }; "assetId": { "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.MASS_TRANSFER": { "type": string; "enum": number[]; }; "IMassTransferItem": { "type": string; "properties": { "recipient": { "type": string; }; "amount": { "$ref": string; }; }; "required": string[]; }; "ISetScriptTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "script": { "description": string; "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.SET_SCRIPT": { "type": string; "enum": number[]; }; "ISponsorshipTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "minSponsoredAssetFee": { "$ref": string; "description": string; }; "assetId": { "description": string; "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.SPONSORSHIP": { "type": string; "enum": number[]; }; "IDataTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "data": { "type": string; "items": { "$ref": string; }; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.DATA": { "type": string; "enum": number[]; }; "IDataEntry": { "type": string; "properties": { "key": { "type": string; }; "type": { "$ref": string; }; "value": { "type": string[]; }; }; "required": string[]; }; "DATA_FIELD_TYPE": { "enum": string[]; "type": string; }; "ISetAssetScriptTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "script": { "description": string; "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.SET_ASSET_SCRIPT": { "type": string; "enum": number[]; }; "IInvokeScriptTransaction": { "type": string; "properties": { "type": { "$ref": string; }; "dApp": { "type": string; }; "feeAssetId": { "type": string[]; }; "call": { "$ref": string; }; "payment": { "type": string; "items": { "$ref": string; }; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; }; "TRANSACTION_TYPE.INVOKE_SCRIPT": { "type": string; "enum": number[]; }; "IInvokeScriptCall": { "type": string; "properties": { "function": { "description": string; "type": string; }; "args": { "description": string; "type": string; "items": { "type": string; "properties": { "type": { "enum": string[]; "type": string; }; "value": { "type": string[]; }; }; "required": string[]; }; }; }; "required": string[]; }; "IInvokeScriptPayment": { "type": string; "properties": { "assetId": { "type": string[]; }; "amount": { "type": string[]; }; }; "required": string[]; }; }; "$schema": string; "$id": string; }; IAliasTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "alias": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.ALIAS": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IIssueTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "name": { "minLength": number; "maxLength": number; "type": string; }; "description": { "maxLength": number; "type": string; }; "decimals": { "type": string; }; "quantity": { "$ref": string; }; "reissuable": { "type": string; }; "script": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.ISSUE": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ITransferTransaction: { "description": string; "type": string; "properties": { "type": { "$ref": string; }; "recipient": { "type": string; }; "amount": { "$ref": string; }; "attachment": { "type": string; }; "feeAssetId": { "type": string[]; }; "assetId": { "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.TRANSFER": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IReissueTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "quantity": { "$ref": string; }; "reissuable": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.REISSUE": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IBurnTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "quantity": { "$ref": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.BURN": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IExchangeTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "order1": { "$ref": string; }; "order2": { "$ref": string; }; "price": { "$ref": string; }; "amount": { "$ref": string; }; "buyMatcherFee": { "$ref": string; }; "sellMatcherFee": { "$ref": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.EXCHANGE": { "type": string; "enum": number[]; }; "IOrder": { "type": string; "properties": { "version": { "type": string; }; "orderType": { "enum": string[]; "type": string; }; "assetPair": { "type": string; "properties": { "amountAsset": { "type": string[]; }; "priceAsset": { "type": string[]; }; }; "required": string[]; }; "price": { "type": string[]; }; "amount": { "type": string[]; }; "timestamp": { "type": string; }; "expiration": { "type": string; }; "matcherFee": { "type": string; }; "matcherPublicKey": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ILeaseTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "amount": { "$ref": string; }; "recipient": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.LEASE": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ICancelLeaseTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "leaseId": { "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.CANCEL_LEASE": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IMassTransferTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "transfers": { "type": string; "items": { "$ref": string; }; }; "attachment": { "type": string; }; "assetId": { "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.MASS_TRANSFER": { "type": string; "enum": number[]; }; "IMassTransferItem": { "type": string; "properties": { "recipient": { "type": string; }; "amount": { "$ref": string; }; }; "required": string[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISetScriptTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "script": { "description": string; "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.SET_SCRIPT": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISetAssetScriptTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "assetId": { "type": string; }; "script": { "description": string; "type": string[]; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.SET_ASSET_SCRIPT": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IDataTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "data": { "type": string; "items": { "$ref": string; }; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.DATA": { "type": string; "enum": number[]; }; "IDataEntry": { "type": string; "properties": { "key": { "type": string; }; "type": { "$ref": string; }; "value": { "type": string[]; }; }; "required": string[]; }; "DATA_FIELD_TYPE": { "enum": string[]; "type": string; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISponsorshipTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "minSponsoredAssetFee": { "$ref": string; "description": string; }; "assetId": { "description": string; "type": string; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.SPONSORSHIP": { "type": string; "enum": number[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IInvokeScriptTransaction: { "type": string; "properties": { "type": { "$ref": string; }; "dApp": { "type": string; }; "feeAssetId": { "type": string[]; }; "call": { "$ref": string; }; "payment": { "type": string; "items": { "$ref": string; }; }; "timestamp": { "type": string; }; "fee": { "$ref": string; }; "version": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; "chainId": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE.INVOKE_SCRIPT": { "type": string; "enum": number[]; }; "IInvokeScriptCall": { "type": string; "properties": { "function": { "description": string; "type": string; }; "args": { "description": string; "type": string; "items": { "type": string; "properties": { "type": { "enum": string[]; "type": string; }; "value": { "type": string[]; }; }; "required": string[]; }; }; }; "required": string[]; }; "IInvokeScriptPayment": { "type": string; "properties": { "assetId": { "type": string[]; }; "amount": { "type": string[]; }; }; "required": string[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IOrder: { "type": string; "properties": { "version": { "type": string; }; "orderType": { "enum": string[]; "type": string; }; "assetPair": { "type": string; "properties": { "amountAsset": { "type": string[]; }; "priceAsset": { "type": string[]; }; }; "required": string[]; }; "price": { "$ref": string; }; "amount": { "$ref": string; }; "timestamp": { "type": string; }; "expiration": { "type": string; }; "matcherFee": { "type": string; }; "matcherPublicKey": { "type": string; }; "proofs": { "description": string; "minItems": number; "maxItems": number; "type": string; "items": { "type": string; }; }; "senderPublicKey": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IOrderParams: { "type": string; "properties": { "matcherPublicKey": { "type": string; }; "price": { "$ref": string; }; "amount": { "$ref": string; }; "orderType": { "enum": string[]; "type": string; }; "amountAsset": { "type": string[]; }; "priceAsset": { "type": string[]; }; "senderPublicKey": { "type": string; }; "matcherFee": { "type": string; }; "timestamp": { "type": string; }; "expiration": { "type": string; }; "matcherFeeAssetId": { "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ICancelOrder: { "description": string; "type": string; "properties": { "sender": { "type": string; }; "orderId": { "type": string; }; "signature": { "type": string; }; "hash": { "type": string; }; }; "required": string[]; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; ICancelOrderParams: { "type": string; "properties": { "orderId": { "type": string; }; "signature": { "type": string; }; "senderPublicKey": { "type": string; }; }; "required": string[]; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; IAliasParams: { "type": string; "properties": { "alias": { "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IIssueParams: { "type": string; "properties": { "name": { "minLength": number; "maxLength": number; "type": string; }; "description": { "maxLength": number; "type": string; }; "quantity": { "$ref": string; }; "decimals": { "type": string; }; "reissuable": { "type": string; }; "script": { "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ITransferParams: { "type": string; "properties": { "recipient": { "description": string; "type": string; }; "amount": { "$ref": string; }; "assetId": { "type": string[]; }; "feeAssetId": { "description": string; "type": string[]; }; "attachment": { "description": string; "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IReissueParams: { "type": string; "properties": { "assetId": { "type": string; }; "quantity": { "$ref": string; }; "reissuable": { "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IBurnParams: { "type": string; "properties": { "assetId": { "type": string; }; "quantity": { "$ref": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ILeaseParams: { "type": string; "properties": { "recipient": { "type": string; }; "amount": { "$ref": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ICancelLeaseParams: { "type": string; "properties": { "leaseId": { "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IMassTransferParams: { "type": string; "properties": { "transfers": { "type": string; "items": { "$ref": string; }; }; "attachment": { "description": string; "type": string; }; "assetId": { "type": string[]; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "IMassTransferItem": { "type": string; "properties": { "recipient": { "type": string; }; "amount": { "type": string[]; }; }; "required": string[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISetScriptParams: { "type": string; "properties": { "script": { "description": string; "type": string[]; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISetAssetScriptParams: { "type": string; "properties": { "script": { "description": string; "type": string; }; "assetId": { "type": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IDataParams: { "type": string; "properties": { "data": { "type": string; "items": { "anyOf": { "$ref": string; }[]; }; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "IDataEntry": { "type": string; "properties": { "key": { "type": string; }; "type": { "$ref": string; }; "value": { "type": string[]; }; }; "required": string[]; }; "DATA_FIELD_TYPE": { "enum": string[]; "type": string; }; "ITypelessDataEntry": { "type": string; "properties": { "key": { "type": string; }; "value": { "anyOf": ({ "description": string; "type": string; "additionalProperties": boolean; "patternProperties": { "^[0-9]+$": { "type": string; }; }; "items"?: undefined; } | { "type": string; "items": { "type": string; }; "description"?: undefined; "additionalProperties"?: undefined; "patternProperties"?: undefined; } | { "type": string[]; "description"?: undefined; "additionalProperties"?: undefined; "patternProperties"?: undefined; "items"?: undefined; })[]; }; }; "required": string[]; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; ISponsorshipParams: { "type": string; "properties": { "assetId": { "description": string; "type": string; }; "minSponsoredAssetFee": { "$ref": string; "description": string; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IInvokeScriptParams: { "type": string; "properties": { "dApp": { "type": string; }; "feeAssetId": { "type": string[]; }; "call": { "type": string; "properties": { "function": { "type": string; }; "args": { "type": string; "items": { "type": string; "properties": { "type": { "enum": string[]; "type": string; }; "value": { "type": string[]; }; }; "required": string[]; }; }; }; "required": string[]; }; "payment": { "type": string; "items": { "type": string; "properties": { "assetId": { "type": string[]; }; "amount": { "type": string; }; }; "required": string[]; }; }; "fee": { "description": string; "$ref": string; }; "additionalFee": { "description": string; "type": string; }; "senderPublicKey": { "description": string; "type": string; }; "timestamp": { "description": string; "type": string; }; "chainId": { "description": string; "type": string[]; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IInvokeScriptPayment: { "type": string; "properties": { "assetId": { "type": string[]; }; "amount": { "$ref": string; }; }; "required": string[]; "definitions": { "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; IInvokeScriptCall: { "type": string; "properties": { "function": { "description": string; "type": string; }; "args": { "description": string; "type": string; "items": { "type": string; "properties": { "type": { "enum": string[]; "type": string; }; "value": { "type": string[]; }; }; "required": string[]; }; }; }; "required": string[]; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; INodeRequestOptions: { "type": string; "properties": { "timeout": { "type": string; }; "apiBase": { "type": string; }; }; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; TSeedTypes: { "anyOf": ({ "type": string; "additionalProperties": boolean; "patternProperties": { "^[0-9]+$": { "type": string; }; }; "items"?: undefined; } | { "type": string; "items": { "type": string[]; }; "additionalProperties"?: undefined; "patternProperties"?: undefined; } | { "type": string; "additionalProperties"?: undefined; "patternProperties"?: undefined; "items"?: undefined; })[]; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; WithId: { "type": string; "properties": { "id": { "description": string; "type": string; }; }; "required": string[]; "$schema": string; "$id": string; "definitions": { "LONG": { "type": string[]; }; }; }; WithTxType: { "type": string; "properties": { "type": { "$ref": string; }; }; "required": string[]; "definitions": { "TRANSACTION_TYPE": { "enum": number[]; "type": string; }; "LONG": { "type": string[]; }; }; "$schema": string; "$id": string; }; }; export default _default;