UNPKG

@verified-network/verified-sdk

Version:

An SDK to develop applications on the Verified Network

11 lines (10 loc) 218 B
interface PostEntry { _accountAddress: string; _accountNumber: number; _txAmount: number; _txType: string; _txDate: string; _txDescription: string; _vchType: string; } export { PostEntry };