Interface Transactions.ProtoStateOrBuilder

    • Method Detail

      • getFlagsValue

        int getFlagsValue()
        .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
        Returns:
        The enum numeric value on the wire for flags.
      • getFlags

        Transactions.Flags getFlags()
        .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
        Returns:
        The flags.
      • getSeqId

        long getSeqId()
        uint64 seqId = 2;
        Returns:
        The seqId.
      • getStamp

        long getStamp()
        fixed64 stamp = 3;
        Returns:
        The stamp.
      • getInputAttributesList

        java.util.List<Transactions.KeyAttribute> getInputAttributesList()
        repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
      • getInputAttributes

        Transactions.KeyAttribute getInputAttributes​(int index)
        repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
      • getInputAttributesCount

        int getInputAttributesCount()
        repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
      • getInputAttributesOrBuilderList

        java.util.List<? extends Transactions.KeyAttributeOrBuilder> getInputAttributesOrBuilderList()
        repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
      • getInputAttributesOrBuilder

        Transactions.KeyAttributeOrBuilder getInputAttributesOrBuilder​(int index)
        repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
      • getCommittedOutputsList

        java.util.List<Transactions.ProtoStreamElement> getCommittedOutputsList()
        repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
      • getCommittedOutputs

        Transactions.ProtoStreamElement getCommittedOutputs​(int index)
        repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
      • getCommittedOutputsCount

        int getCommittedOutputsCount()
        repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
      • getCommittedOutputsOrBuilderList

        java.util.List<? extends Transactions.ProtoStreamElementOrBuilder> getCommittedOutputsOrBuilderList()
        repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
      • getCommittedOutputsOrBuilder

        Transactions.ProtoStreamElementOrBuilder getCommittedOutputsOrBuilder​(int index)
        repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;