package TW.Stellar.Proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Asset

Stellar.proto:8

Represents an asset Note: alphanum12 currently not supported

Used in: OperationChangeTrust, OperationCreateClaimableBalance, OperationPayment

enum ClaimPredicate

Stellar.proto:49

A predicate (used in claim) Rest of predicates not currently supported See https://github.com/stellar/stellar-protocol/blob/master/core/cap-0023.md

Used in: Claimant

message Claimant

Stellar.proto:54

Claimant: account & predicate

Used in: OperationCreateClaimableBalance

message MemoHash

Stellar.proto:95

Memo with a hash

Used in: SigningInput

message MemoId

Stellar.proto:90

Memo with an ID

Used in: SigningInput

message MemoText

Stellar.proto:85

Memo with text

Used in: SigningInput

message MemoVoid

Stellar.proto:81

Empty memo (placeholder)

Used in: SigningInput

(message has no fields)

message OperationChangeTrust

Stellar.proto:38

Change trust

Used in: SigningInput

message OperationClaimClaimableBalance

Stellar.proto:75

Claim a claimable balance

Used in: SigningInput

message OperationCreateAccount

Stellar.proto:17

Create a new account

Used in: SigningInput

message OperationCreateClaimableBalance

Stellar.proto:63

Create a claimable balance (2-phase transfer)

Used in: SigningInput

message OperationPayment

Stellar.proto:26

Perform payment

Used in: SigningInput

message SigningInput

Stellar.proto:100

Input data necessary to create a signed transaction.

message SigningOutput

Stellar.proto:136

Result containing the signed and encoded transaction.