Transfer-Ownership
Summary
This CLI feature allows Transfers of Ownership of an own contract to another account
How it works
This feature command takes in two inputs: 1. The contract address of your security token 2. The ETH address you want to transfer ownership to
Ownership is then transferred once the command has been entered.
How to Use this CLI Feature (Instructions):
Run the following command with your specific inputs:
$ node CLI/polymath-cli transfer_ownership <contractAddress> <transferTo>
Example output
Troubleshooting / FAQs
n/a
Last updated
Was this helpful?