UNPKG

@verified-network/verified-sdk

Version:

An SDK to develop applications on the Verified Network

8 lines (7 loc) 157 B
interface RequestIssue { _amount: number; _payerAddress: string; _currency: string; _cashContractAddress: string; } export { RequestIssue };