genesis.throttles-dev.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app-service-file-impl Show documentation
Show all versions of app-service-file-impl Show documentation
Default Hedera File Service Implementation
The newest version!
{
"buckets": [
{
"name": "ThroughputLimits",
"burstPeriod": 1,
"throttleGroups": [
{
"opsPerSec": 20000,
"operations": [
"CryptoCreate",
"CryptoTransfer",
"CryptoUpdate",
"CryptoDelete",
"CryptoGetInfo",
"CryptoGetAccountRecords",
"CryptoApproveAllowance",
"CryptoDeleteAllowance",
"UtilPrng",
"ConsensusCreateTopic",
"ConsensusSubmitMessage",
"ConsensusUpdateTopic",
"ConsensusDeleteTopic",
"ConsensusGetTopicInfo",
"TokenGetInfo",
"TokenGetNftInfo",
"TokenGetNftInfos",
"TokenGetAccountNftInfos",
"ScheduleDelete",
"ScheduleGetInfo",
"FileGetContents",
"FileGetInfo",
"ContractUpdate",
"ContractDelete",
"ContractGetInfo",
"ContractGetBytecode",
"ContractGetRecords",
"ContractCallLocal",
"TransactionGetRecord",
"GetVersionInfo",
"NodeCreate",
"NodeUpdate",
"NodeDelete"
]
},
{
"opsPerSec": 1000,
"operations": [
"ContractCall",
"ContractCreate",
"FileCreate",
"FileUpdate",
"FileAppend",
"FileDelete",
"EthereumTransaction"
]
},
{
"opsPerSec": 6000,
"operations": [
"ScheduleSign",
"TokenCreate",
"TokenDelete",
"TokenMint",
"TokenBurn",
"TokenPause",
"TokenUnpause",
"TokenUpdate",
"TokenFeeScheduleUpdate",
"TokenAssociateToAccount",
"TokenAccountWipe",
"TokenDissociateFromAccount",
"TokenFreezeAccount",
"TokenUnfreezeAccount",
"TokenGrantKycToAccount",
"TokenRevokeKycFromAccount",
"TokenUpdateNfts",
"TokenReject",
"TokenAirdrop",
"TokenClaimAirdrop",
"TokenCancelAirdrop"
]
}
]
},
{
"name": "PriorityReservations",
"burstPeriod": 1,
"throttleGroups": [
{
"opsPerSec": 1000,
"operations": [
"ContractCall",
"ContractCreate",
"FileCreate",
"FileUpdate",
"FileAppend",
"FileDelete",
"EthereumTransaction"
]
}
]
},
{
"name": "DevCreationLimits",
"burstPeriod": 10,
"throttleGroups": [
{
"opsPerSec": 2000,
"operations": [
"CryptoCreate",
"NodeCreate"
]
},
{
"opsPerSec": 1000,
"operations": [
"FileCreate"
]
},
{
"opsPerSec": 5000,
"operations": [
"ConsensusCreateTopic"
]
},
{
"opsPerSec": 10000,
"operations": [
"TokenCreate",
"TokenAssociateToAccount",
"ScheduleCreate",
"TokenAirdrop"
]
}
]
},
{
"name": "FreeQueryLimits",
"burstPeriod": 1,
"throttleGroups": [
{
"opsPerSec": 1000000,
"operations": [
"CryptoGetAccountBalance",
"TransactionGetReceipt"
]
}
]
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy