removed seq and prev from block and test for exportChainStream #13272
Annotations
11 errors
|
Run tests
Property 'ledger' is missing in type '{ name: string; viewKey: string; spendingKey: null; publicAddress: string; incomingViewKey: string; outgoingViewKey: string; proofAuthorizingKey: null; version: number; createdAt: null; }' but required in type 'AccountImport'.
|
Run tests
Property 'ledger' is missing in type '{ version: number; name: string; viewKey: string; incomingViewKey: string; outgoingViewKey: string; publicAddress: string; spendingKey: null; createdAt: null; proofAuthorizingKey: string; multisigKeys: { ...; }; }' but required in type 'AccountImport'.
|
Run tests
Argument of type '{ name: string; viewKey: string; spendingKey: string; publicAddress: string; incomingViewKey: string; outgoingViewKey: string; proofAuthorizingKey: null; version: number; createdAt: null; }' is not assignable to parameter of type 'AccountImport'.
|
Run tests
Argument of type '{ name: string; viewKey: string; spendingKey: string; publicAddress: string; incomingViewKey: string; outgoingViewKey: string; proofAuthorizingKey: null; version: number; createdAt: null; }' is not assignable to parameter of type 'AccountImport'.
|
Run tests
Property 'ledger' is missing in type '{ name: string; viewKey: string; spendingKey: string; publicAddress: string; incomingViewKey: string; outgoingViewKey: string; proofAuthorizingKey: null; version: number; createdAt: null; }' but required in type 'AccountImport'.
|
Run tests
Property 'ledger' is missing in type '{ name: string; viewKey: string; spendingKey: string; publicAddress: string; incomingViewKey: string; outgoingViewKey: string; version: number; createdAt: null; proofAuthorizingKey: string; }' but required in type 'AccountImport'.
|
Run tests
Expected 2 arguments, but got 1.
|
Run tests
Argument of type '{ secret: Buffer; name: string; }' is not assignable to parameter of type 'MultisigIdentityValue'.
|
Run tests
Argument of type '{ secret: Buffer; name: string; }' is not assignable to parameter of type 'MultisigIdentityValue'.
|
Run tests
Property 'ledger' is missing in type '{ version: number; name: string; viewKey: string; incomingViewKey: string; outgoingViewKey: string; publicAddress: string; spendingKey: null; createdAt: null; proofAuthorizingKey: string; multisigKeys: { ...; }; }' but required in type 'AccountImport'.
|
Loading