Skip to content

Updated P2PKH Builder fromScript() constructor #96

Updated P2PKH Builder fromScript() constructor

Updated P2PKH Builder fromScript() constructor #96

Workflow file for this run

name: Dart CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test