Skip to content

Add GetTransactionDetails #39

Add GetTransactionDetails

Add GetTransactionDetails #39

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
- uses: actions/checkout@v2
- name: make
run: make
- name: make test
run: make test