Type alias CommonMessageInfoInternal

CommonMessageInfoInternal: {
    bounce: boolean;
    bounced: boolean;
    createdAt: number;
    createdLt: bigint;
    dest: Address;
    forwardFee: bigint;
    ihrDisabled: boolean;
    ihrFee: bigint;
    src: Address;
    type: "internal";
    value: CurrencyCollection;
}

Type declaration

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

Generated using TypeDoc