Type alias AuctionHouseAccount

AuctionHouseAccount: {
    executable: boolean;
    owner: PublicKey;
    lamports: SolAmount;
    rentEpoch: undefined | number;
    publicKey: PublicKey;
    data: AuctionHouse;
}

Type declaration

Generated using TypeDoc