/trustline

Create, modify and remove trustlines from your account.

(add)

Add a trustline to your account. You need fo fill the following fields:

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The number representation of the limit to set on this trustline

By default rippling is allowed when you add a trustline, remember to remove this right with /trustline disablerippling command.

(delete)

Remove a trustline from your account. You need fo fill the following fields:

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

(allowrippling)

Allow rippling in your trustline. You need fo fill the following fields:

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The number representation of the limit to set on this trustline

(disablerippling)

Disable rippling in your trustline. You need fo fill the following fields:

  • ccurrency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The number representation of the limit to set on this trustline

(freeze)

Freeze a trustline from your account. You need fo fill the following fields:

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The number representation of the limit to set on this trustline

(unfreeze)

Unfreeze a trustline from your account. You need fo fill the following fields:

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The number representation of the limit to set on this trustline

(send)

Send IOU/Token to some destination. You need fo fill the following fields:

  • destination: Address where you want to send the amount of tokens.

  • currency: Three-letter representation of the token.

  • issuer: The address of the account to extend trust to.

  • amount: The amount of tokens you want to send.

Last updated