Skip to content

Commit 36c7263

Browse files
authored
refactor(experimental): remove rpc response from getSignaturesForAddress (#1821)
1 parent 4dbc1f6 commit 36c7263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rpc-core/src/rpc-methods/getSignaturesForAddress.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Signature } from '@solana/keys';
33
import { Commitment, UnixTimestamp } from '@solana/rpc-types';
44

55
import { TransactionError } from '../transaction-error';
6-
import { RpcResponse, Slot } from './common';
6+
import { Slot } from './common';
77

8-
type GetSignaturesForAddressTransaction = RpcResponse<{
8+
type GetSignaturesForAddressTransaction = Readonly<{
99
/** transaction signature as base-58 encoded string */
1010
signature: Signature;
1111
/** The slot that contains the block with the transaction */

0 commit comments

Comments
 (0)