We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2472a9 + e8bfb5f commit b02b567Copy full SHA for b02b567
postgre-client/src/asset_index_client.rs
@@ -28,7 +28,7 @@ pub const INSERT_ASSET_PARAMETERS_COUNT: usize = 19;
28
pub const DELETE_ASSET_CREATOR_PARAMETERS_COUNT: usize = 2;
29
pub const INSERT_ASSET_CREATOR_PARAMETERS_COUNT: usize = 4;
30
pub const INSERT_AUTHORITY_PARAMETERS_COUNT: usize = 3;
31
-pub const INSERT_FUNGIBLE_TOKEN_PARAMETERS_COUNT: usize = 4;
+pub const INSERT_FUNGIBLE_TOKEN_PARAMETERS_COUNT: usize = 5;
32
33
impl PgClient {
34
pub(crate) async fn fetch_last_synced_id_impl(
0 commit comments