final case class ImportAccountResponse(account: Option[Account] = _root_.scala.None, dryRunExternalAddrs: Seq[String] = _root_.scala.Seq.empty, dryRunInternalAddrs: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ImportAccountResponse] with Product with Serializable
- account
The details of the imported account.
- dryRunExternalAddrs
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
- dryRunInternalAddrs
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ImportAccountResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ImportAccountResponse(account: Option[Account] = _root_.scala.None, dryRunExternalAddrs: Seq[String] = _root_.scala.Seq.empty, dryRunInternalAddrs: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- account
The details of the imported account.
- dryRunExternalAddrs
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
- dryRunInternalAddrs
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val account: Option[Account]
- def addAllDryRunExternalAddrs(__vs: Iterable[String]): ImportAccountResponse
- def addAllDryRunInternalAddrs(__vs: Iterable[String]): ImportAccountResponse
- def addDryRunExternalAddrs(__vs: String*): ImportAccountResponse
- def addDryRunInternalAddrs(__vs: String*): ImportAccountResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAccount: ImportAccountResponse
- def clearDryRunExternalAddrs: ImportAccountResponse
- def clearDryRunInternalAddrs: ImportAccountResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ImportAccountResponse.type
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- def discardUnknownFields: ImportAccountResponse
- val dryRunExternalAddrs: Seq[String]
- val dryRunInternalAddrs: Seq[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAccount: Account
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ImportAccountResponse, ImportAccountResponse]) => Mutation[ImportAccountResponse]*): ImportAccountResponse
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAccount(__v: Account): ImportAccountResponse
- def withDryRunExternalAddrs(__v: Seq[String]): ImportAccountResponse
- def withDryRunInternalAddrs(__v: Seq[String]): ImportAccountResponse
- def withUnknownFields(__v: UnknownFieldSet): ImportAccountResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ImportAccountResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage