Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

TxHash Base58 Method #5

Open
GEverding opened this issue Jan 11, 2021 · 1 comment
Open

TxHash Base58 Method #5

GEverding opened this issue Jan 11, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@GEverding
Copy link

SubmitPayment should either return a tx hash object that has a base58 method or add a generic base58 method to utils.go. It was not obvious how to turn txHash into something that can be inspected on the blockchian.

SubmitPayment(ctx context.Context, payment Payment, opts ...SolanaOption) (txHash []byte, err error)
@chaseeb
Copy link

chaseeb commented Jan 19, 2021

what would you recommend here?

@beeman beeman added the good first issue Good for newcomers label Oct 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants