Skip to content

Stellar: contract invocations #230

@marcelosalloum

Description

@marcelosalloum

Describe the feature

I've reviewed the early efforts of the Stellar relayer and I can see payment operations are the only ones currently supported:

pub enum OperationSpec {
Payment {
destination: String,
amount: i64,
asset: AssetSpec,
},
}

Q1: How will the payload look like for contract invocations?

Q2: Also, are you thinking of only supporting operations where the relayer is the signer? What if the client account needs to sign the transaction as well?

Additional context

Marcelo from SDF here 👋

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-needs-triageRequires initial triage or categorizationT-featureSuggests a new feature or enhancementcla: allowlist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions