Skip navigation links
A B C D E G H I K L M N O P R S T U 

A

Account - Class in dsplend.states
 
Account() - Constructor for class dsplend.states.Account
 
AJson - Class in dsplend.utils
 
AJson() - Constructor for class dsplend.utils.AJson
 

B

bigIntegerToBytes(BigInteger, int) - Static method in class dsplend.utils.Utils
The regular BigInteger.toByteArray() includes the sign bit of the number and might result in an extra byte addition.

C

close() - Method in class dsplend.utils.Http
 
create() - Static method in class dsplend.states.Account
 
create(String, String, String, byte, String, String, String, String, long) - Static method in class dsplend.states.Transaction
 
createAccount() - Method in class dsplend.Sdk
 
createGenesisTransactionString(Account, long) - Method in class dsplend.Sdk
 
Crypto - Class in dsplend.crypto
 
Crypto() - Constructor for class dsplend.crypto.Crypto
 

D

deployContract(Node, Account, String) - Method in class dsplend.Sdk
 
deserialize(Class, String) - Static method in class dsplend.utils.AJson
 
deserializeList(Class, String) - Static method in class dsplend.utils.AJson
 
deserializeMap(String) - Static method in class dsplend.utils.AJson
 
dsplend - package dsplend
 
dsplend.crypto - package dsplend.crypto
 
dsplend.states - package dsplend.states
 
dsplend.utils - package dsplend.utils
 
DUPLICATE_TRANSACTION - Static variable in class dsplend.states.Receipt.Status
 

E

Endpoint - Class in dsplend.states
 
Endpoint() - Constructor for class dsplend.states.Endpoint
 
executeContract(Node, Account, String, String, String) - Method in class dsplend.Sdk
 

G

get(String, Map<String, String>) - Method in class dsplend.utils.Http
 
GET_ACTION - Static variable in class dsplend.states.Receipt.Type
Class level-declarations.
GET_DELEGATES - Static variable in class dsplend.states.Receipt.Type
 
GET_TRANSACTIONS - Static variable in class dsplend.states.Receipt.Type
 
GET_TRANSACTIONS_BY_ADDRESS - Static variable in class dsplend.states.Receipt.Type
 
getAccount(Node, String) - Method in class dsplend.Sdk
 
getAddress() - Method in class dsplend.states.Account
 
getAddress() - Method in class dsplend.states.Node
 
getBalance() - Method in class dsplend.states.Account
 
getCode() - Method in class dsplend.states.Transaction
 
getContext() - Static method in class org.bitcoin.Secp256k1Context
 
getCreated() - Method in class dsplend.states.Account
 
getCreated() - Method in class dsplend.states.Receipt
 
getDelegates() - Method in class dsplend.Sdk
 
getFrom() - Method in class dsplend.states.Transaction
 
getFromName() - Method in class dsplend.states.Transaction
 
getHash() - Method in class dsplend.states.Transaction
 
getHertz() - Method in class dsplend.states.Transaction
 
getHost() - Method in class dsplend.states.Endpoint
 
getHttpEndpoint() - Method in class dsplend.states.Node
 
getHumanReadableStatus() - Method in class dsplend.states.Receipt
 
getId() - Method in class dsplend.states.Receipt
 
getLastStatus() - Method in class dsplend.Sdk
 
getMethod() - Method in class dsplend.states.Transaction
 
getName() - Method in class dsplend.states.Account
 
getNodeIp() - Method in class dsplend.states.Receipt
 
getParams() - Method in class dsplend.states.Transaction
 
getPort() - Method in class dsplend.states.Endpoint
 
getPrivateKey() - Method in class dsplend.crypto.Key
 
getPrivateKey() - Method in class dsplend.states.Account
 
getPrivateKeyBytes() - Method in class dsplend.crypto.Key
 
getPublicKey() - Method in class dsplend.crypto.Key
 
getPublicKeyBytes() - Method in class dsplend.crypto.Key
 
getReceipt() - Method in class dsplend.Sdk
 
getSignature() - Method in class dsplend.states.Transaction
 
getStatus(Receipt) - Method in class dsplend.Sdk
 
getStatus(Node, String) - Method in class dsplend.Sdk
 
getStatus() - Method in class dsplend.states.Receipt
 
getTime() - Method in class dsplend.states.Transaction
 
getTo() - Method in class dsplend.states.Transaction
 
getToName() - Method in class dsplend.states.Transaction
 
getTransaction() - Method in class dsplend.states.Receipt
 
getTransactions(Node) - Method in class dsplend.Sdk
 
getTransactionsByFromAddress(Node, String) - Method in class dsplend.Sdk
 
getTransactionsByToAddress(Node, String) - Method in class dsplend.Sdk
 
getTransactionStatus(Node, String) - Method in class dsplend.Sdk
 
getTransactionStatusWaitUntilOk(Node, String, long) - Method in class dsplend.Sdk
 
getType() - Method in class dsplend.states.Receipt
 
getType() - Method in class dsplend.states.Transaction
 
getUpdated() - Method in class dsplend.states.Account
 
getUpdated() - Method in class dsplend.states.Receipt
 
getValue() - Method in class dsplend.states.Transaction
 

H

hash(byte[]) - Static method in class dsplend.crypto.Crypto
 
Http - Class in dsplend.utils
 
Http() - Constructor for class dsplend.utils.Http
 
Http(boolean) - Constructor for class dsplend.utils.Http
 

I

INSUFFICIENT_TOKENS - Static variable in class dsplend.states.Receipt.Status
 
INTERNAL_ERROR - Static variable in class dsplend.states.Receipt.Status
 
INVALID_ACTION - Static variable in class dsplend.states.Receipt.Status
 
INVALID_ADDRESS - Static variable in class dsplend.states.Receipt.Status
 
INVALID_TRANSACTION - Static variable in class dsplend.states.Receipt.Status
 
isEnabled() - Static method in class org.bitcoin.Secp256k1Context
 
isOk() - Method in class dsplend.states.Receipt
 

K

Key - Class in dsplend.crypto
 
Key() - Constructor for class dsplend.crypto.Key
Generates an entirely new keypair.
Key(BigInteger) - Constructor for class dsplend.crypto.Key
Creates an ECKey given only the private key.

L

longToBytes(long) - Static method in class dsplend.utils.Utils
 

M

main(String[]) - Static method in class dsplend.Sdk
 

N

NativeSecp256k1 - Class in org.bitcoin
 
NativeSecp256k1() - Constructor for class org.bitcoin.NativeSecp256k1
 
NEW_TRANSACTION - Static variable in class dsplend.states.Receipt.Type
 
Node - Class in dsplend.states
 
Node() - Constructor for class dsplend.states.Node
 
NOT_FOUND - Static variable in class dsplend.states.Receipt.Status
 

O

OK - Static variable in class dsplend.states.Receipt.Status
 
omit(String) - Method in class dsplend.utils.AJson
 
org.bitcoin - package org.bitcoin
 

P

PENDING - Static variable in class dsplend.states.Receipt.Status
Class level-declarations.
post(String, Map<String, String>, String) - Method in class dsplend.utils.Http
 
post(String, Map<String, String>, ArrayList<NameValuePair>) - Method in class dsplend.utils.Http
 
publicKeyFromPrivate(BigInteger) - Static method in class dsplend.crypto.Key
Derive the public key by doing a point multiply of G * privateKey.

R

Receipt - Class in dsplend.states
 
Receipt() - Constructor for class dsplend.states.Receipt
 
Receipt.Status - Class in dsplend.states
 
Receipt.Type - Class in dsplend.states
 

S

Sdk - Class in dsplend
 
Sdk(String) - Constructor for class dsplend.Sdk
 
Secp256k1Context - Class in org.bitcoin
This class holds the context reference used in native methods to handle ECDSA operations.
Secp256k1Context() - Constructor for class org.bitcoin.Secp256k1Context
 
SET_NAME - Static variable in class dsplend.states.Receipt.Type
 
SET_NAME - Static variable in class dsplend.states.Transaction.Type
 
setAddress(String) - Method in class dsplend.states.Account
 
setAddress(String) - Method in class dsplend.states.Node
 
setBalance(long) - Method in class dsplend.states.Account
 
setCode(String) - Method in class dsplend.states.Transaction
 
setCreated(Timestamp) - Method in class dsplend.states.Account
 
setCreated(Timestamp) - Method in class dsplend.states.Receipt
 
setFrom(String) - Method in class dsplend.states.Transaction
 
setFromName(String) - Method in class dsplend.states.Transaction
 
setHash(String) - Method in class dsplend.states.Transaction
 
setHertz(String) - Method in class dsplend.states.Transaction
 
setHost(String) - Method in class dsplend.states.Endpoint
 
setHttpEndpoint(Endpoint) - Method in class dsplend.states.Node
 
setHumanReadableStatus(String) - Method in class dsplend.states.Receipt
 
setId(String) - Method in class dsplend.states.Receipt
 
setMethod(String) - Method in class dsplend.states.Transaction
 
setName(String) - Method in class dsplend.states.Account
 
setNodeIp(String) - Method in class dsplend.states.Receipt
 
setParams(String) - Method in class dsplend.states.Transaction
 
setPort(int) - Method in class dsplend.states.Endpoint
 
setPrivateKey(String) - Method in class dsplend.states.Account
 
setSignature(String) - Method in class dsplend.states.Transaction
 
setStatus(String) - Method in class dsplend.states.Receipt
 
setTime(long) - Method in class dsplend.states.Transaction
 
setTo(String) - Method in class dsplend.states.Transaction
 
setToName(String) - Method in class dsplend.states.Transaction
 
setTransaction(Transaction) - Method in class dsplend.states.Receipt
 
setType(String) - Method in class dsplend.states.Receipt
 
setType(byte) - Method in class dsplend.states.Transaction
 
setUpdated(Timestamp) - Method in class dsplend.states.Account
 
setUpdated(Timestamp) - Method in class dsplend.states.Receipt
 
setValue(String) - Method in class dsplend.states.Transaction
 
sign(byte[], byte[]) - Static method in class dsplend.crypto.Crypto
 
sign(byte[], byte[]) - Static method in class org.bitcoin.NativeSecp256k1
 
SMART_CONTRACT - Static variable in class dsplend.states.Transaction.Type
 
Status() - Constructor for class dsplend.states.Receipt.Status
 

T

toAddressFromPublicKey(String) - Static method in class dsplend.utils.Utils
 
toByteArray(String) - Static method in class dsplend.utils.Utils
 
toHexString(byte[]) - Static method in class dsplend.utils.Utils
 
toJsonNode(String) - Static method in class dsplend.utils.AJson
 
toPrettyString() - Method in class dsplend.utils.AJson
 
toString() - Method in class dsplend.utils.AJson
 
toString(Object) - Static method in class dsplend.utils.AJson
 
Transaction - Class in dsplend.states
Transaction
Transaction() - Constructor for class dsplend.states.Transaction
 
Transaction.Type - Class in dsplend.states
 
TRANSFER_TOKENS - Static variable in class dsplend.states.Transaction.Type
Class level-declarations.
transferTokens(Node, String, String, String, long) - Method in class dsplend.Sdk
 
transferTokens(Node, Account, Account, long) - Method in class dsplend.Sdk
 
Type() - Constructor for class dsplend.states.Receipt.Type
 
Type() - Constructor for class dsplend.states.Transaction.Type
 

U

UNABLE_TO_CONNECT_TO_DELEGATE - Static variable in class dsplend.states.Receipt.Status
 
Utils - Class in dsplend.utils
 
Utils() - Constructor for class dsplend.utils.Utils
 
A B C D E G H I K L M N O P R S T U 
Skip navigation links

Copyright © 2019. All rights reserved.