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
0535f5fe34
solana-go
/
interface.go
6 lines
95 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
{
Rework the decode interface.
2021-01-20 10:18:07 -08:00
SetAccounts
(
accounts
[
]
*
AccountMeta
)
error
moved AccountSettable to solana interface.
2020-11-18 05:39:50 -08:00
}