MCPcopy Create free account

hub / github.com/UniversaBlockchain/universa / functions

Functions5,135 in github.com/UniversaBlockchain/universa

↓ 7 callersMethodcollection
(Object x)
common_tools/src/main/java/net/sergeych/tools/Do.java:201
↓ 7 callersMethodcreateCoinWithAmount
(String amount, String fieldName)
universa_core/src/test/java/com/icodici/universa/contract/ContractTestBase.java:226
↓ 7 callersMethodcreateJoin
Implementing join procedure. <br><br> Service create new revision of first contract, update amount field with sum of amount fields in the both contrac
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:161
↓ 7 callersMethodcreateMintableTokenContract
(Set<PrivateKey> issuerKeys, Set<PublicKey> ownerKeys, String amount, Double minValue, String currency, String
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:747
↓ 7 callersMethodcreateParcelWithFreshU
(Contract c, Set<PrivateKey> keys)
universa_node/src/test/java/com/icodici/universa/node2/BaseNetworkTest.java:6328
↓ 7 callersMethodcreateUnsContractForRegisterKeyName
Create and return ready {@link UnsContract} contract with need permissions and values. {@link UnsContract} is used for control and for payment for reg
universa_core/src/main/java/com/icodici/universa/contract/ContractsService.java:1456
↓ 7 callersMethodd
(String text)
common_tools/src/main/java/net/sergeych/utils/LogPrinter.java:79
↓ 7 callersMethoddeserialize
Reconstruct object using its serialized representation using deserializer for components. @param binder @param deserializer @return
common_tools/src/main/java/net/sergeych/biserializer/BiAdapter.java:44
↓ 7 callersMethodexecute
()
universa_core/src/main/java/com/icodici/universa/node2/network/Client.java:220
↓ 7 callersMethodexpiresAt
()
universa_node/src/main/java/com/icodici/universa/contract/services/NNameRecord.java:46
↓ 7 callersMethodfileName2fileKey
(final String name)
universa_core/src/main/java/com/icodici/universa/contract/jsapi/JSApiHelpers.java:27
↓ 7 callersMethodgetBinders
(String key)
common_tools/src/main/java/net/sergeych/tools/Binder.java:335
↓ 7 callersMethodgetChunkSize
The processing chunk size, used in HMAC/PRF implementations. @return block size in bytes
crypto/src/main/java/com/icodici/crypto/digest/Digest.java:58
↓ 7 callersMethodgetCipher
()
crypto/src/main/java/com/icodici/crypto/SymmetricKey.java:260
↓ 7 callersMethodgetCopy
Get a copy af all currently stored entries @return list of entries sorted by id
common_tools/src/main/java/net/sergeych/tools/BufferedLogger.java:299
↓ 7 callersMethodgetDigestByName
Given the digest name, return a new instance of the appropriate digest class. May return `null` if the digest `digestName` is not supported.
crypto/src/main/java/com/icodici/crypto/rsaoaep/RSAOAEPDigestFactory.java:53
↓ 7 callersMethodgetDuration
()
universa_core/src/main/java/com/icodici/universa/node/RateCounter.java:25
↓ 7 callersMethodgetEnvironment
()
universa_node/src/main/java/com/icodici/universa/node2/Node.java:4525
↓ 7 callersMethodgetExpiresAt
()
universa_node/src/main/java/com/icodici/universa/node/StateRecord.java:103
↓ 7 callersMethodgetMaxGetItemTime
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:348
↓ 7 callersMethodgetPackedTrackingContract
@return last revision of the tracking contract packed as {@link TransactionPack}.
universa_core/src/main/java/com/icodici/universa/contract/services/SlotContract.java:192
↓ 7 callersMethodgetPaidU
()
universa_core/src/main/java/com/icodici/universa/contract/services/NSmartContract.java:247
↓ 7 callersMethodgetPrivateKey
()
universa_core/src/main/java/com/icodici/universa/node2/network/BasicHttpClientSession.java:54
↓ 7 callersMethodgetPublicKey
Return valid public key, for example self, or raise the exception. This implementation returns self if {@link #isPublic()} or throws an exception. @r
crypto/src/main/java/com/icodici/crypto/AbstractKey.java:133
↓ 7 callersMethodgetPulseLimit
()
universa_core/src/main/java/com/icodici/universa/node/RateCounter.java:30
↓ 7 callersMethodgetRequestId
()
universa_node/src/main/java/com/icodici/universa/node2/UBotStorageNotification.java:120
↓ 7 callersMethodgetRevisionId
Gets complex "id" of current revision @return revision "id" in format ORIGIN/PARENT/REVISION/BRANCH
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:1309
↓ 7 callersMethodgetRevokingItem
@return revoking item as the Contract
universa_core/src/main/java/com/icodici/universa/contract/services/ContractSubscription.java:104
↓ 7 callersMethodgetSmartContractById
(HashId smartContractId)
universa_node/src/main/java/com/icodici/universa/node/Ledger.java:273
↓ 7 callersMethodgetUnsName
()
universa_core/src/main/java/com/icodici/universa/contract/services/UnsName.java:41
↓ 7 callersMethodgetVersion
Get the network version. @return version
universa_core/src/main/java/com/icodici/universa/node2/network/Client.java:473
↓ 7 callersMethodgetZonedDateTime
(String key, ZonedDateTime defaultValue)
common_tools/src/main/java/net/sergeych/tools/Binder.java:436
↓ 7 callersMethodhasDeferredNotifications
Check if there are deferred follower callback notifications. @return true if there are deferred follower callback notifications
universa_node/src/main/java/com/icodici/universa/node2/Node.java:5836
↓ 7 callersMethodinitEscrow
Prepares escrow agreement contract and its satellites (payment contract with ownership that depends on status of escrow) Contract returned is not sig
universa_core/src/main/java/com/icodici/universa/contract/helpers/EscrowHelper.java:70
↓ 7 callersMethodinvoke
(final List<Handler> list)
common_tools/src/main/java/net/sergeych/tools/DeferredResult.java:58
↓ 7 callersMethodisAllowedForKeys
Check role is allowed to keys from other {@link SimpleRole} @param anotherRole is other {@link SimpleRole} with keys @return true if role is allowed
universa_core/src/main/java/com/icodici/universa/contract/roles/SimpleRole.java:422
↓ 7 callersMethodisAllowedForKeysQuantized
Check role is allowed to keys @param keys is set of keys @throws quantiser exception @return true if role is allowed to keys
universa_core/src/main/java/com/icodici/universa/contract/roles/Role.java:181
↓ 7 callersMethodisInitialized
{@inheritDoc}
crypto/src/main/java/com/icodici/crypto/rsaoaep/RSAOAEPPublicKey.java:154
↓ 7 callersMethodisMatchingKey
Check that the key matches this address, e.g. has of the same type and the digest of its components is the same. The key components digest is calculat
crypto/src/main/java/com/icodici/crypto/KeyAddress.java:138
↓ 7 callersMethodisObjectMayCastToLong
(Object obj)
universa_core/src/main/java/com/icodici/universa/contract/Reference.java:291
↓ 7 callersMethodisU
(Set<KeyAddress> issuerKeys, String issuerName)
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:4021
↓ 7 callersMethodlockToRevoke
Lock the item with a given it as being revoked by this one. Check this state, looks for the record to lock and also checks its state first. <p> Note t
universa_node/src/main/java/com/icodici/universa/node/StateRecord.java:212
↓ 7 callersMethodpack
()
crypto/src/main/java/com/icodici/crypto/KeyInfo.java:223
↓ 7 callersMethodpart
Extract part of the data from ith index (inclusive) to the end. Is a shortcat for <code>part(i, 0);</code> see {@link #part(int, int)} for details. No
common_tools/src/main/java/net/sergeych/utils/Bytes.java:439
↓ 7 callersMethodprocessBlock
Process a single block using the basic RSA algorithm. @param in the input array. @param inOff the offset into the input buffer where the data star
crypto/src/main/java/com/icodici/crypto/rsaoaep/scrsa/NativeRSAEngine.java:67
↓ 7 callersMethodprotectFromDuples
(Integer packetId, Runnable runnable)
universa_node/src/main/java/com/icodici/universa/node2/network/UDPAdapter.java:1098
↓ 7 callersMethodputItem
(StateRecord record, Approvable item, Instant keepTill)
universa_node/src/main/java/com/icodici/universa/node/Ledger.java:238
↓ 7 callersMethodquantize
Method quantizes all the conditions of the reference, i.e. determines the cost of processing all the conditions of the reference @param quantiser qua
universa_core/src/main/java/com/icodici/universa/contract/Reference.java:1980
↓ 7 callersMethodregisterInParent
Subclasses must call it after the difference item is completely constructed and {@link #isEmpty()} return valid result. This method builds parent-chil
common_tools/src/main/java/net/sergeych/diff/Delta.java:50
↓ 7 callersMethodremainder
(Decimal divisor)
universa_core/src/main/java/com/icodici/universa/Decimal.java:94
↓ 7 callersMethodreset
()
common_tools/src/main/java/com/icodici/db/Db.java:163
↓ 7 callersMethodsendGetRequest
(String strUrl, String respType)
universa_core/src/main/java/com/icodici/universa/contract/jsapi/JSApiHttpClient.java:29
↓ 7 callersMethodserialize
(BiSerializer s)
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:2762
↓ 7 callersMethodsetLimitedForTestnet
(boolean limitedForTestnet)
universa_core/src/main/java/com/icodici/universa/contract/Contract.java:4046
↓ 7 callersMethodsetNetworkNodeKeys
Set public keys of Universa nodes for checking callback on follower callback server. If checking is successful, follower callback server sends a recei
universa_core/src/main/java/com/icodici/universa/node2/network/FollowerCallback.java:142
↓ 7 callersMethodsetPublicData
(Binder publicData)
crypto/src/main/java/com/icodici/crypto/Capsule.java:273
↓ 7 callersMethodsetResponseCode
Set the HTTP response code to specific value. @param code is int representation of HTTP response
universa_core/src/main/java/com/icodici/universa/node/network/BasicHTTPService.java:151
↓ 7 callersMethodshutdown
Request the shutdown and wait until the node stops.
universa_node/src/main/java/com/icodici/universa/node2/Main.java:267
↓ 7 callersMethodslice
Get slice of entries based on the id. If maxEntries is positive, returns entries newest than a given id, otherwise oldest ones. The actual number if s
common_tools/src/main/java/net/sergeych/tools/BufferedLogger.java:263
↓ 7 callersMethodunpack
Unpack PaidOperation from binary. @param packedBin binary result from {@link PaidOperation#pack()} @return {@link PaidOperation}
universa_core/src/main/java/com/icodici/universa/contract/PaidOperation.java:110
↓ 7 callersMethodwarning
(String msg)
common_tools/src/main/java/net/sergeych/tools/Reporter.java:100
↓ 7 callersMethodwrite
(int b)
crypto/src/main/java/com/icodici/crypto/EncryptingStream.java:36
↓ 6 callersMethodaddToInt
Add some delta to a numeric field with a given name that must exist and be convertible to integer. After hte operation the modified value of type Int
common_tools/src/main/java/net/sergeych/tools/Binder.java:543
↓ 6 callersMethodapprove
Set record to the approved state and saves it. Note that this process does not resolve any dependencies as for now and does not revoke any records loc
universa_node/src/main/java/com/icodici/universa/node/StateRecord.java:285
↓ 6 callersMethodassignEscrow
Assigns escrow agreement contract to a contractor Contract returned is not signed/registered. Must be signed by customer and contractor @param escro
universa_core/src/main/java/com/icodici/universa/contract/helpers/EscrowHelper.java:384
↓ 6 callersMethodcheckLedgerExists
()
universa_node/src/main/java/com/icodici/universa/node/StateRecord.java:177
↓ 6 callersMethodclear
()
crypto/src/main/java/com/icodici/crypto/KeyRing.java:48
↓ 6 callersMethodcopy
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:66
↓ 6 callersMethodcreate
()
universa_node/src/test/java/com/icodici/universa/node/PostgresLedgerTest.java:51
↓ 6 callersMethodcreateListOfCoinsWithAmount
(List<Integer> values)
universa_core/src/test/java/com/icodici/universa/wallet/WalletTest.java:181
↓ 6 callersMethodcreateMain
(String name, boolean nolog)
universa_node/src/test/java/com/icodici/universa/node2/DemoTest.java:58
↓ 6 callersMethoddecrypt
(final byte[] encrypted)
crypto/src/main/java/com/icodici/crypto/PrivateKey.java:100
↓ 6 callersMethodderive
(Class<? extends Digest> hash, String password, byte[] salt, int c, int dkLen)
crypto/src/main/java/com/icodici/crypto/PBKDF2.java:91
↓ 6 callersMethodencodeLines
(byte[] data)
common_tools/src/main/java/net/sergeych/utils/Base64.java:108
↓ 6 callersMethodequals
Compares permission with obj. @param obj is compared object @return true if permission is equals obj
universa_core/src/main/java/com/icodici/universa/contract/permissions/Permission.java:297
↓ 6 callersMethodequals
(Object obj)
common_tools/src/main/java/com/icodici/db/Db.java:197
↓ 6 callersMethoderror
Report error. Unless in JSON mode, will be printed immediately. Errors are 3-field objects with string fields "code", "object" and "text", which is us
common_tools/src/main/java/net/sergeych/tools/Reporter.java:84
↓ 6 callersMethodexportContract
Export contract to specified xml or json file. @param contract - contract to export. @param fileName - name of file to export to. @param format - f
uniclient/src/main/java/com/icodici/universa/client/CLIMain.java:3201
↓ 6 callersMethodextractPermission
(JSApiAccessor apiAccessor)
universa_core/src/main/java/com/icodici/universa/contract/jsapi/permissions/JSApiPermission.java:8
↓ 6 callersMethodextractRole
(JSApiAccessor apiAccessor)
universa_core/src/main/java/com/icodici/universa/contract/jsapi/roles/JSApiRole.java:14
↓ 6 callersMethodforEachNode
(Consumer<NodeInfo> consumer)
universa_node/src/main/java/com/icodici/universa/node2/NetConfig.java:51
↓ 6 callersMethodfromDslFile
Method creates smart contract from dsl file where contract is described. @param fileName is path to dsl file with yaml structure of data for contract.
universa_core/src/main/java/com/icodici/universa/contract/services/NSmartContract.java:218
↓ 6 callersMethodfromString
(String str)
common_tools/src/main/java/net/sergeych/utils/Bytes.java:151
↓ 6 callersMethodgetAllData
()
universa_core/src/main/java/com/icodici/universa/contract/services/UnsContract.java:906
↓ 6 callersMethodgetBitStrength
()
crypto/src/main/java/com/icodici/crypto/PublicKey.java:67
↓ 6 callersMethodgetData
()
common_tools/src/main/java/net/sergeych/utils/Bytes.java:607
↓ 6 callersMethodgetDecimalField
Return field from given contract as Decimal if it possible. <br><br> @param contract is contract from which field should be got. @param fieldName is n
universa_core/src/main/java/com/icodici/universa/contract/InnerContractsService.java:102
↓ 6 callersMethodgetEnvironmentId
(HashId ncontractHashId)
universa_node/src/main/java/com/icodici/universa/node/PostgresLedger.java:2099
↓ 6 callersMethodgetErrorRecord
()
universa_core/src/main/java/com/icodici/universa/exception/ClientError.java:16
↓ 6 callersMethodgetExtendedType
()
universa_core/src/main/java/com/icodici/universa/contract/services/NSmartContract.java:109
↓ 6 callersMethodgetFollowerCallbackDelay
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:535
↓ 6 callersMethodgetHoldDuration
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:145
↓ 6 callersMethodgetId
()
universa_node/src/main/java/com/icodici/universa/node2/NCallbackService.java:429
↓ 6 callersMethodgetKeepRevisions
@return number of revisions of tracking contract to hold in the storage.
universa_core/src/main/java/com/icodici/universa/contract/services/SlotContract.java:265
↓ 6 callersMethodgetMaxElectionsTime
()
universa_core/src/main/java/com/icodici/universa/node2/Config.java:313
↓ 6 callersMethodgetMintingRoot
Get root object @return root object
universa_core/src/main/java/com/icodici/universa/contract/helpers/ManagedToken.java:519
↓ 6 callersMethodgetName
Get name of role @return name of role
universa_core/src/main/java/com/icodici/universa/contract/roles/Role.java:137
↓ 6 callersMethodgetNameReduced
()
universa_core/src/main/java/com/icodici/universa/contract/services/NameRecord.java:13
↓ 6 callersMethodgetNodeAddress
()
universa_core/src/main/java/com/icodici/universa/node2/NodeInfo.java:97
↓ 6 callersMethodgetOrCreateSession
If session for remote node is already created - returns it, otherwise creates new {@link Session} @param destination {@link NodeInfo} to remote node @
universa_node/src/main/java/com/icodici/universa/node2/network/UDPAdapter.java:369
← previousnext →701–800 of 5,135, ranked by callers