Class TransactionAsset.Payment

java.lang.Object
org.arkecosystem.crypto.transactions.TransactionAsset.Payment
Enclosing class:
TransactionAsset

public static class TransactionAsset.Payment
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    long amount  
    java.lang.String recipientId  
  • Constructor Summary

    Constructors 
    Constructor Description
    Payment​(long amount, java.lang.String recipientId)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Payment

      public Payment​(long amount, java.lang.String recipientId)