Posted on c/ElrondDevelopers 0 and076307876c/ElrondDevelopers 2 years ago For example, TransactionFactoryLocator.setTransactionFactory({ fromPlainObject: function(obj) { return Transaction.fromPlainObject(obj); } }); Where Transaction.fromPlainObject() is defined by the erdjs package. Does it make sense? Comment 0 Comments
0 Comments