KeyPairSyncResultMutableBuilder

@inline final class KeyPairSyncResultMutableBuilder[Self <: KeyPairSyncResult[_, _], T1, T2](val x: Self & KeyPairSyncResult[T1, T2]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setPrivateKey(value: T2): Self
@inline
def setPublicKey(value: T1): Self

Concrete fields

val x: Self & KeyPairSyncResult[T1, T2]