interface UserResponse {
    allDomainsDns: undefined | string;
    assets: UserAssetBalance[];
    sharesAmount: BN;
    sharesAmountUi: number;
    solAmount: BN;
    solAmountUi: number;
}

Properties

allDomainsDns: undefined | string
sharesAmount: BN
sharesAmountUi: number
solAmount: BN
solAmountUi: number