gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
930 stars 264 forks source link

add withdraw instruction for vote program #133

Closed conorpp closed 1 year ago

conorpp commented 1 year ago

Adds the withdraw instruction for vote program: https://docs.rs/solana-vote-program/latest/solana_vote_program/vote_instruction/enum.VoteInstruction.html#variant.Withdraw

conorpp commented 1 year ago

fixed!

gagliardetto commented 1 year ago

LGTM

thanks!