toNonVerifiableAccountKeyLinkTransactionV1 function
Implementation
NonVerifiableAccountKeyLinkTransactionV1 toNonVerifiableAccountKeyLinkTransactionV1(AccountKeyLinkTransactionV1 tx) {
return NonVerifiableAccountKeyLinkTransactionV1(
network: tx.network,
timestamp: tx.timestamp,
signerPublicKey: tx.signerPublicKey,
fee: tx.fee,
deadline: tx.deadline,
linkAction: tx.linkAction,
remotePublicKey: tx.remotePublicKey,
);
}