Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Submit transactions in the react view (attempt 2) #1674

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

erin-hughes
Copy link
Contributor

Closes #1486 and contributes to #1155

Signed-off-by: Erin Hughes Erin.Hughes@ibm.com

const stylePathOnDisk: any = vscode.Uri.file(
path.join(this._extensionPath, 'build', mainStyle)
);
const styleUri: any = stylePathOnDisk.with({ scheme: 'vscode-resource' });
const styleContents: any = fs.readFileSync(styleUri.path);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change these any's to the appropriate types

transactionArguments: templateText
});
}
}

public render(): any {
populateTransactionSelect(): any {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the any types please

Signed-off-by: Erin Hughes <Erin.Hughes@ibm.com>
@erin-hughes erin-hughes merged commit 1fa9582 into IBM-Blockchain:master Nov 25, 2019
@erin-hughes erin-hughes deleted the submit-txn-2 branch November 25, 2019 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a user I can submit my generated transactions
2 participants