-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcom_ravencoin_core_BRCoreAddress.h
More file actions
executable file
·62 lines (54 loc) · 1.62 KB
/
com_ravencoin_core_BRCoreAddress.h
File metadata and controls
executable file
·62 lines (54 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_ravencoin_core_BRCoreAddress */
#ifndef _Included_com_ravencoin_core_BRCoreAddress
#define _Included_com_ravencoin_core_BRCoreAddress
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: createCoreAddress
* Signature: (Ljava/lang/String;)J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreAddress_createCoreAddress
(JNIEnv *, jclass, jstring);
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: createCoreAddressFromScriptPubKey
* Signature: ([B)J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreAddress_createCoreAddressFromScriptPubKey
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: createCoreAddressFromScriptSignature
* Signature: ([B)J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreAddress_createCoreAddressFromScriptSignature
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: stringify
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_ravencoin_core_BRCoreAddress_stringify
(JNIEnv *, jobject);
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: isValid
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_com_ravencoin_core_BRCoreAddress_isValid
(JNIEnv *, jobject);
/*
* Class: com_ravencoin_core_BRCoreAddress
* Method: getPubKeyScript
* Signature: ()[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_ravencoin_core_BRCoreAddress_getPubKeyScript
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif