solana/sdk/src
Greg Fitzgerald 98d60e6124 Expose a method for getting the Message from a Transaction
This currently constructs the message, but when message
is integrated, it can return a `&Message`.
2019-03-29 13:03:29 -07:00
..
account.rs
bpf_loader.rs
genesis_block.rs
hash.rs
instruction.rs Use Serde's `with` attribute to shorten length encodings in Transaction 2019-03-29 08:25:56 -06:00
lib.rs Use Serde's `with` attribute to shorten length encodings in Transaction 2019-03-29 08:25:56 -06:00
loader_instruction.rs
message.rs Use Serde's `with` attribute to shorten length encodings in Transaction 2019-03-29 08:25:56 -06:00
native_loader.rs
native_program.rs use solana_entrypoint directly (#3518) 2019-03-26 16:40:34 -07:00
packet.rs Use Serde's `with` attribute to shorten length encodings in Transaction 2019-03-29 08:25:56 -06:00
pubkey.rs Add pubkey read/write tools 2019-03-28 20:04:32 -06:00
rpc_port.rs
short_vec.rs Fix Blockstreamer test 2019-03-29 08:25:56 -06:00
signature.rs
system_instruction.rs Move new_move_many to SystemInstruction 2019-03-26 09:22:29 -07:00
system_program.rs
system_transaction.rs Move new_move_many to SystemInstruction 2019-03-26 09:22:29 -07:00
timing.rs
transaction.rs Expose a method for getting the Message from a Transaction 2019-03-29 13:03:29 -07:00