Go to file
Alexandre Bourget d0cb5433d3 Can't decode binary transactions yet.. because of the `short_vec` encoding,
I think `struc` won't be able to do that dynamically, we'll need a small
decoder, mostly for Transcations.. and perhaps if other people use that
in their contracts.
2020-07-31 18:06:41 -04:00
slnc Can't decode binary transactions yet.. because of the `short_vec` encoding, 2020-07-31 18:06:41 -04:00
system First draft of a `slnc` client, similar to `eosc`. 2020-07-31 16:34:44 -04:00
token Added getBalance. Decode data that you understand, hard-coded for now. 2020-07-31 17:07:54 -04:00
README.md First draft of a Solana client. 2020-07-31 12:17:36 -04:00
client.go Added get confirmed block, recent-blockhash, get slot. First stab 2020-07-31 17:54:41 -04:00
go.mod First draft of a `slnc` client, similar to `eosc`. 2020-07-31 16:34:44 -04:00
go.sum First draft of a `slnc` client, similar to `eosc`. 2020-07-31 16:34:44 -04:00
nativetypes.go Added get confirmed block, recent-blockhash, get slot. First stab 2020-07-31 17:54:41 -04:00
rpctypes.go Added get confirmed block, recent-blockhash, get slot. First stab 2020-07-31 17:54:41 -04:00
transactions.go Can't decode binary transactions yet.. because of the `short_vec` encoding, 2020-07-31 18:06:41 -04:00

README.md

Solana library for Go