@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
10 lines • 317 B
TypeScript
import { EPaymentState } from "./typing";
export declare class PaymentStatusParams {
state: EPaymentState;
constructor(state: EPaymentState);
}
export declare class PaymentStatusViewModel {
state: string;
constructor(params: PaymentStatusParams);
}
//# sourceMappingURL=PaymentStatusViewModel.d.ts.map