fix create token, add param with creator pubkey

This commit is contained in:
William
2025-04-10 11:04:55 +08:00
parent 1fd3163bf9
commit 7c755058cc
6 changed files with 16 additions and 60 deletions
+2
View File
@@ -91,3 +91,5 @@ impl MethodArgs {
}
}
pub type AnyResult<T> = anyhow::Result<T>;