File tree Expand file tree Collapse file tree 16 files changed +135
-135
lines changed Expand file tree Collapse file tree 16 files changed +135
-135
lines changed Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99export * from './instructions' ;
Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99import {
Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99export * from './addMemo' ;
Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99export * from './memo' ;
Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99import { type Address } from '@solana/web3.js' ;
Original file line number Diff line number Diff line change 11/**
2- * This code was AUTOGENERATED using the kinobi library.
2+ * This code was AUTOGENERATED using the codama library.
33 * Please DO NOT EDIT THIS FILE, instead use visitors
4- * to add features, then rerun kinobi to update it.
4+ * to add features, then rerun codama to update it.
55 *
6- * @see https://github.com/kinobi-so/kinobi
6+ * @see https://github.com/codama-idl/codama
77 */
88
99import {
Original file line number Diff line number Diff line change 1- //! This code was AUTOGENERATED using the kinobi library.
1+ //! This code was AUTOGENERATED using the codama library.
22//! Please DO NOT EDIT THIS FILE, instead use visitors
3- //! to add features, then rerun kinobi to update it.
3+ //! to add features, then rerun codama to update it.
44//!
5- //! <https://github.com/kinobi-so/kinobi >
5+ //! <https://github.com/codama-idl/codama >
66//!
Original file line number Diff line number Diff line change 1- //! This code was AUTOGENERATED using the kinobi library.
1+ //! This code was AUTOGENERATED using the codama library.
22//! Please DO NOT EDIT THIS FILE, instead use visitors
3- //! to add features, then rerun kinobi to update it.
3+ //! to add features, then rerun codama to update it.
44//!
5- //! <https://github.com/kinobi-so/kinobi >
5+ //! <https://github.com/codama-idl/codama >
66//!
77
88use borsh:: BorshDeserialize ;
@@ -79,7 +79,7 @@ impl AddMemoBuilder {
7979 self . memo = Some ( memo) ;
8080 self
8181 }
82- /// Add an aditional account to the instruction.
82+ /// Add an additional account to the instruction.
8383 #[ inline( always) ]
8484 pub fn add_remaining_account (
8585 & mut self ,
Original file line number Diff line number Diff line change 1- //! This code was AUTOGENERATED using the kinobi library.
1+ //! This code was AUTOGENERATED using the codama library.
22//! Please DO NOT EDIT THIS FILE, instead use visitors
3- //! to add features, then rerun kinobi to update it.
3+ //! to add features, then rerun codama to update it.
44//!
5- //! <https://github.com/kinobi-so/kinobi >
5+ //! <https://github.com/codama-idl/codama >
66//!
77
88pub ( crate ) mod r#add_memo;
Original file line number Diff line number Diff line change 1- //! This code was AUTOGENERATED using the kinobi library.
1+ //! This code was AUTOGENERATED using the codama library.
22//! Please DO NOT EDIT THIS FILE, instead use visitors
3- //! to add features, then rerun kinobi to update it.
3+ //! to add features, then rerun codama to update it.
44//!
5- //! <https://github.com/kinobi-so/kinobi >
5+ //! <https://github.com/codama-idl/codama >
66//!
77
88pub mod errors;
You can’t perform that action at this time.
0 commit comments