Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): update docs for n3 #2416

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/neo-one-client-core/src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class Client<
// tslint:disable-next-line no-any
TUserAccountProvider extends UserAccountProvider = any,
// tslint:disable-next-line no-any
TUserAccountProviders extends UserAccountProviders<TUserAccountProvider> = any
TUserAccountProviders extends UserAccountProviders<TUserAccountProvider> = any,
> {
/**
* Hook into the lifecycle of various requests. Can be used to automatically add logging, or parameter transformations across the application, for example.
Expand Down Expand Up @@ -640,9 +640,7 @@ export class Client<
});
}

protected getTransfersOptions(
argsIn: readonly any[],
): {
protected getTransfersOptions(argsIn: readonly any[]): {
readonly transfers: readonly Transfer[];
readonly options: TransactionOptions;
} {
Expand Down
1 change: 1 addition & 0 deletions packages/neo-one-client-core/src/sc/createSmartContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export const createSmartContract = ({
}),
{
client,
// TODO: need to add documentation back to the website for these when added back
// iterEvents,
// iterLogs,
// iterActions,
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-smart-contract/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export interface Transaction {
*/
readonly height: number;
/**
* Code that was executed in NEO VM.
* Code that was executed in the NeoVM.
*/
readonly script: Buffer;
/**
Expand Down

This file was deleted.

This file was deleted.

120 changes: 0 additions & 120 deletions packages/neo-one-website/docs-old/0-installation/2-cli.md

This file was deleted.

Loading