Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GenerateCustodialWalletTron

Model getters

Method name Return type Description Notes
getChain() string Blockchain to work with.
Example: TRON
 
getFeeLimit() float Fee in TRX to be paid.
Example: 0.01
 
getFromPrivateKey() string Private key of account, from which the transaction will be initiated.
Example: 842E09EB40D8175979EFB0071B28163E11AED0F14BDD84090A4CEFB936EF5701
 
getEnableFungibleTokens() bool If address should support ERC20 tokens, it should be marked as true.
Example: false
 
getEnableNonFungibleTokens() bool If address should support ERC721 tokens, it should be marked as true.
Example: false
 
getEnableSemiFungibleTokens() bool If address should support ERC1155 tokens, it should be marked as true. Not supported for TRON.
Example: false
 
getEnableBatchTransactions() bool If address should support batch transfers of the assets, it should be marked as true.
Example: false