This website requires JavaScript.
Explore
Help
Sign In
certusone
/
solana-go
mirror of
https://github.com/certusone/solana-go.git
Watch
1
Star
0
Fork
You've already forked solana-go
0
Code
Issues
Projects
Releases
Wiki
Activity
965d5a64c0
solana-go
/
interface.go
6 lines
92 B
Go
Raw
Normal View
History
Unescape
Escape
moved AccountSettable to solana interface.
2020-11-18 05:39:50 -08:00
package
solana
type
AccountSettable
interface
{
added get transaction cli cmd with decoded instruction for serum and system.
2020-11-18 13:45:59 -08:00
SetAccounts
(
accounts
[
]
PublicKey
)
error
moved AccountSettable to solana interface.
2020-11-18 05:39:50 -08:00
}