All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stratumn.sdk.model.trace.TraceLink Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.stratumn.sdk.model.trace;

import java.util.Date;
import com.stratumn.chainscript.Link;
import com.stratumn.sdk.model.account.Account;

public class TraceLink extends Link {

  public TraceLink(Link link) {
    super();
  }

  public  TLinkData formdata() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public String traceId() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public TraceLinkType type() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public Account createdBy() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public Date createdAt() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public Account owner() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

  public TraceLinkMetaData metadata() {
    throw new UnsupportedOperationException("Not implemented yet");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy