mirror of
https://github.com/MAGICGrants/flutter_libsparkmobile.git
synced 2026-01-09 13:08:00 -05:00
add CMintedCoinData toFFI, CMintedCoin factory, and test
This commit is contained in:
@@ -132,6 +132,15 @@ final class CCRecipient extends ffi.Struct {
|
||||
external int subtractFee;
|
||||
}
|
||||
|
||||
final class CMintedCoinData extends ffi.Struct {
|
||||
external ffi.Pointer<ffi.Char> address;
|
||||
|
||||
@ffi.Uint64()
|
||||
external int value;
|
||||
|
||||
external ffi.Pointer<ffi.Char> memo;
|
||||
}
|
||||
|
||||
const int _STDINT_H = 1;
|
||||
|
||||
const int _FEATURES_H = 1;
|
||||
|
||||
Submodule sparkmobile updated: 982cf50507...b8bba503da
Reference in New Issue
Block a user