Table of Contents

Class Intent3

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Intent3
Inheritance
Intent3
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Amount

The amount in wei

[JsonProperty("amount", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Amount { get; set; }

Property Value

string

DestinationChainId

Destination chain ID

[JsonProperty("destinationChainId", Required = Required.Always)]
[Range(1, 2147483647)]
public int DestinationChainId { get; set; }

Property Value

int

DestinationTokenAddress

Destination token address

[JsonProperty("destinationTokenAddress", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string DestinationTokenAddress { get; set; }

Property Value

string

OriginChainId

Origin chain ID

[JsonProperty("originChainId", Required = Required.Always)]
[Range(1, 2147483647)]
public int OriginChainId { get; set; }

Property Value

int

OriginTokenAddress

Origin token address

[JsonProperty("originTokenAddress", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string OriginTokenAddress { get; set; }

Property Value

string

Receiver

Receiver address

[JsonProperty("receiver", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Receiver { get; set; }

Property Value

string

Sender

Sender address

[JsonProperty("sender", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Sender { get; set; }

Property Value

string