This commit is contained in:
jonesmarvin8
2026-04-26 20:27:22 -04:00
parent a99fccd704
commit 41f34f4ff4
138 changed files with 7538 additions and 125 deletions
@@ -52,6 +52,8 @@ async fn main() {
accounts,
Program::serialize_instruction(greeting).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();
@@ -60,6 +60,8 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program_with_dependencies,
&None,
&None,
)
.await
.unwrap();
@@ -106,6 +106,8 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();
@@ -147,6 +149,8 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();