UNPKG

@verified-network/verified-sdk

Version:

An SDK to develop applications on the Verified Network

6 lines (5 loc) 103 B
interface CreateAccount { _accountName: string; _currency: string; } export { CreateAccount };