Go to file
Alexandre Bourget 1b77746a25 Partly implemented ShortVec 2020-08-05 15:25:43 -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 Partly implemented ShortVec 2020-08-05 15:25:43 -04:00
nativetypes_test.go Partly implemented ShortVec 2020-08-05 15:25:43 -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