This commit is contained in:
jonesmarvin8
2026-04-26 21:29:54 -04:00
parent 7b4f973f96
commit 24f6f1f8ca
122 changed files with 6817 additions and 144 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();