Type alias CommonMessageInfoRelaxedInternal

CommonMessageInfoRelaxedInternal: {
    bounce: boolean;
    bounced: boolean;
    createdAt: number;
    createdLt: bigint;
    dest: Address;
    forwardFee: bigint;
    ihrDisabled: boolean;
    ihrFee: bigint;
    src?: Maybe<Address>;
    type: "internal";
    value: CurrencyCollection;
}

Type declaration

  • bounce: boolean
  • bounced: boolean
  • createdAt: number
  • createdLt: bigint
  • dest: Address
  • forwardFee: bigint
  • ihrDisabled: boolean
  • ihrFee: bigint
  • Optional src?: Maybe<Address>
  • type: "internal"
  • value: CurrencyCollection

Generated using TypeDoc