send
The send
command creates a transaction that transfers coins from an account to another account or repository.
Usage
Arguments
address
- The recipient address. Can be a user address or a repository address. A namespace URI pointing to a repository or a user address can also be used.
Options
-h, --help
- Prints out a help message.
Transaction Options
-f, --fee
- The amount to pay as transaction fee. It will be deducted from the signer's account.-n, --nonce
- The next nonce of the signer's account (current nonce + 1).-v, --value
- The number of coins to transfer from the signer's account.-u, --signing-key
- The address or index of a key that will be used to sign the transaction.-p, --signing-key-pass
- The passphrase that will be used to unlock the signing key.
Example
Create a transaction that transfers
210
coin toos1qfrysysaawvjlgfz5ecqv569adkkw7sxudy36u
and pays 1.51 coins as network fee.
Create a transaction that transfers
10
coins to a repo namedmyrepo
.
Last updated