interface IOutput {
    walmoveWallets: {
        processHash: string;
        transactionId: string;
    };
}

Properties

Properties

walmoveWallets: {
    processHash: string;
    transactionId: string;
}

Type declaration

  • processHash: string
  • transactionId: string