File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4848 - [ Rust API Reference] ( sdk/rust/api-reference.md )
4949 - [ Rust Examples] ( sdk/rust/examples.md )
5050 - [ Program Development] ( sdk/rust/program-development.md )
51- - [ Core Types] ( sdk/sdk .md#shared-concepts )
51+ - [ Core Types] ( sdk/core-types .md )
5252 - [ Pubkey] ( sdk/pubkey.md )
5353 - [ Account] ( sdk/account.md )
5454 - [ Instructions and Messages] ( sdk/instructions-and-messages.md )
Original file line number Diff line number Diff line change 1+ # Core Types
2+
3+ These core types and concepts are shared by both SDKs and used throughout the docs:
4+
5+ - [ Pubkey] ( pubkey.md ) - Public key type for identifying accounts
6+ - [ Account] ( account.md ) - Account structure and management
7+ - [ Instructions and Messages] ( instructions-and-messages.md ) - Transaction building
8+ - [ Runtime Transaction] ( runtime-transaction.md ) - Transaction format
9+ - [ Processed Transaction] ( processed-transaction.md ) - Transaction results
10+ - [ Signature] ( signature.md ) - Digital signatures
11+
12+ See also: [ SDK Overview] ( sdk.md ) .
You can’t perform that action at this time.
0 commit comments