updated to support asset() and type() functionality

This commit is contained in:
Some Random Crypto Guy
2025-08-08 10:04:46 +01:00
parent 1831f243ff
commit 7e278fac3d
10 changed files with 9468 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
name: SalviumC
description: monero_c salvium bindings
output: 'lib/src/generated_bindings_salvium.g.dart'
headers:
entry-points:
- '../../salvium_libwallet2_api_c/src/main/cpp/wallet2_api_c.h'
exclude-all-by-default: true
functions:
include:
- "SALVIUM_.+"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
// ignore_for_file: constant_identifier_names
const String wallet2_api_c_h_sha256 = "d6a6d49046e67051e6ee8409d025587a8fcfe16515346139c0723ec9031ba9bf";
const String wallet2_api_c_cpp_sha256 = "a426ea10242ec51646cd8f27c1baecac1796035f518b66163ed3ed00255f6247-1f49c178ee19f55088c85be40215a12183b4ef02";
const String wallet2_api_c_exp_sha256 = "e2d945d4c9e635008d23cbe936be5bb3e8f03addf54945827aed951e911f9784";

File diff suppressed because it is too large Load Diff

View File

@@ -7,3 +7,4 @@ cd "$(realpath $(dirname $0))"
dart run ffigen --config ffigen_wownero.yaml
dart run ffigen --config ffigen_monero.yaml
dart run ffigen --config ffigen_zano.yaml
dart run ffigen --config ffigen_salvium.yaml

View File

@@ -0,0 +1,5 @@
export const salviumChecksum = {
wallet2_api_c_h_sha256: "d6a6d49046e67051e6ee8409d025587a8fcfe16515346139c0723ec9031ba9bf",
wallet2_api_c_cpp_sha256: "a426ea10242ec51646cd8f27c1baecac1796035f518b66163ed3ed00255f6247-1f49c178ee19f55088c85be40215a12183b4ef02",
wallet2_api_c_exp_sha256: "e2d945d4c9e635008d23cbe936be5bb3e8f03addf54945827aed951e911f9784",
}