create a TransactionSkeleton from a Transaction
const rpc = new RPC('localhost:8114')const fetcher = (outPoint: OutPoint) => rpc.getLiveCell(outPoint)const skeleton = await createTransactionSkeleton({ transaction, fetcher }); Copy
const rpc = new RPC('localhost:8114')const fetcher = (outPoint: OutPoint) => rpc.getLiveCell(outPoint)const skeleton = await createTransactionSkeleton({ transaction, fetcher });
Generated using TypeDoc
create a TransactionSkeleton from a Transaction