Type alias BalancerAccountChangeInfo

BalancerAccountChangeInfo: {
    address: string;
    data: Buffer;
    type: "pool";
}

Type declaration

  • address: string
  • data: Buffer
  • type: "pool"

Generated using TypeDoc