Low-level transaction construction and signing
RadixTransactionBuilder
class provides low-level transaction construction capabilities for the Radix network. It creates transaction manifests and handles transaction compilation using the Radix Engine Toolkit.
ownerAccount
- Account that will own the tokentokenName
- Display name for the tokentokenSymbol
- Token symbol (e.g., “GAME”)initialSupply
- Initial token supplydivisibility
- Number of decimal places (default: 18)CALL_METHOD
- Call a method on a component/accountTAKE_ALL_FROM_WORKTOP
- Take resources from worktopCALL_FUNCTION
- Call a blueprint functionCREATE_FUNGIBLE_RESOURCE
- Create new fungible tokenAddress("...")
- Reference an addressDecimal("...")
- Specify decimal amountsBucket("name")
- Reference a bucket