xrp_create_trustline
Set up a trustline on the XRP Ledger Testnet to hold custom tokens by specifying currency code, issuer address, and maximum limit.
Instructions
Create a trustline to hold a custom token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum amount to hold | |
| issuer | Yes | Token issuer address | |
| currency | Yes | Currency code (3 chars) | |
| privateKey | Yes | Account private key |