|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ballot | |
---|---|
me.edwards.des | |
me.edwards.des.block | |
me.edwards.des.net.packet |
Uses of Ballot in me.edwards.des |
---|
Fields in me.edwards.des with type parameters of type Ballot | |
---|---|
protected java.util.ArrayList<Ballot> |
Node.ballots
This Node's private list of all known, unmined ballots. |
Uses of Ballot in me.edwards.des.block |
---|
Fields in me.edwards.des.block with type parameters of type Ballot | |
---|---|
private java.util.ArrayList<Ballot> |
Block.ballots
|
Methods in me.edwards.des.block that return types with arguments of type Ballot | |
---|---|
java.util.ArrayList<Ballot> |
Block.getBallots()
Returns a list of the Ballots contained by this Block. |
Constructor parameters in me.edwards.des.block with type arguments of type Ballot | |
---|---|
Block(java.lang.String prevBlockHash,
int target,
java.util.ArrayList<Ballot> ballots)
Creates new Block using the hash from its parent Block, a target (in short-format), and a list of ballots. |
Uses of Ballot in me.edwards.des.net.packet |
---|
Fields in me.edwards.des.net.packet declared as Ballot | |
---|---|
private Ballot |
PacketBallot.ballot
|
Methods in me.edwards.des.net.packet that return Ballot | |
---|---|
Ballot |
PacketBallot.getBallot()
Returns the Ballot transferred by this Packet. |
Constructors in me.edwards.des.net.packet with parameters of type Ballot | |
---|---|
PacketBallot(Ballot ballot)
Creates new PacketBallot |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |