UNPKG

@verified-network/verified-sdk

Version:

An SDK to develop applications on the Verified Network

15 lines (14 loc) 358 B
interface CreateHolder { _holderName: string; _accountHolder: string; } interface GetAccountHolder { _accountCreatorAddress: string; } interface GetAccountLedger { _accountHolderAddress: string; } interface GetLedgerAccount { _accountLedgerAddress: string; } export { CreateHolder, GetAccountHolder, GetAccountLedger, GetLedgerAccount };