API Documentation
Explore all methods and features of the @beatoz/web3 SDK.
RPC Methods
Complete reference for all Beatoz RPC methods
Accounts
Account creation and management
Contracts
Smart contract interaction
Utilities
Helper functions and converters
RPC Methods
statusGet node statusgetAccountGet account informationbroadcastTxCommitBroadcast transaction and wait for committxGet transaction by hashAccounts
create()Create new accountprivateKeyToAccount()Import from private keyTrxProtoBuilder.signTrxProto()Sign transactionContracts
new Contract()Create contract instancedeploy(...).send()Deploy contractmethodsCall contract methodsUtilities
toFons(value, 'beatoz')Convert to smallest unitfromFons(value, 'beatoz')Convert from smallest unitkeccak256()Hash function