get Signatures For Address
suspend fun SolanaClient.getSignaturesForAddress(account: PublicKey, commitment: Commitment? = null): Response<List<SignatureInformation>>
Returns Signatures for confirmed transactions that include the given address in their accountKeys list. Returns signatures backwards in time from the provided signature or most recent confirmed block
Parameters
account
Account address
commitment
Optional Commitment level