Transfer

case class Transfer(deploy_hash: String, from: AccountHash, to: AccountHash, source: URef, target: URef, amount: BigInt, gas: String, id: BigInt)

Transfer entity class

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product