cargo-autobindings 0.1.0

Utility to generate JavaScript and python bindings for Solana smart contracts following the Bonfida code conventions
Documentation
1
2
3
4
from typing import List
from borsh_construct import U8, String, CStruct
from solana.transaction import TransactionInstruction, AccountMeta
from solana.publickey import PublicKey