Class EmbeddedAccountLinkTransactionBuilder

    • Constructor Detail

      • EmbeddedAccountLinkTransactionBuilder

        protected EmbeddedAccountLinkTransactionBuilder​(java.io.DataInputStream stream)
        Constructor - Creates an object from stream.
        Parameters:
        stream - Byte stream to use to serialize the object.
      • EmbeddedAccountLinkTransactionBuilder

        protected EmbeddedAccountLinkTransactionBuilder​(KeyDto signerPublicKey,
                                                        byte version,
                                                        NetworkTypeDto network,
                                                        EntityTypeDto type,
                                                        KeyDto remotePublicKey,
                                                        AccountLinkActionDto linkAction)
        Constructor.
        Parameters:
        signerPublicKey - Entity signer's public key.
        version - Entity version.
        network - Entity network.
        type - Entity type.
        remotePublicKey - Remote public key.
        linkAction - Account link action.