diff --git a/src/spl/token/instructions.py b/src/spl/token/instructions.py index f7ee661a..c752336c 100644 --- a/src/spl/token/instructions.py +++ b/src/spl/token/instructions.py @@ -1270,6 +1270,7 @@ def create_associated_token_account( data=bytes(0), ) + def create_idempotent_associated_token_account( payer: Pubkey, owner: Pubkey, mint: Pubkey, token_program_id: Pubkey = TOKEN_PROGRAM_ID ) -> Instruction: